DataCubeSetupElements(ICollectionConnectorElement) Method |
Performs connector element analysis to set the
IMeasure and
IHierarchy
only for the specified connector elements.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic void SetupElements(
ICollection<ConnectorElement> connectorElements
)
Public Sub SetupElements (
connectorElements As ICollection(Of ConnectorElement)
)
public:
void SetupElements(
ICollection<ConnectorElement^>^ connectorElements
)
member SetupElements :
connectorElements : ICollection<ConnectorElement> -> unit Parameters
- connectorElements ICollectionConnectorElement
- The connector elements.
Exceptions| Exception | Condition |
|---|
| ArgumentException | connectorElements is or empty
or
connectorElements contains connector elements not present in the current instance. |
See Also