DataCubeSetupElements Method (ICollectionConnectorElement) |
Performs connector element analysis to set the
IMeasure and
IHierarchy
only for the specified connector elements.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
- Type: System.Collections.GenericICollectionConnectorElement
The connector elements.
Exceptions Exception | Condition |
---|
ArgumentException | connectorElements is or empty
or
connectorElements contains connector elements not present in the current instance. |
See Also