DataCubeSetupHierarchy Method (ConnectorElement, UserHierarchy) |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic IHierarchy SetupHierarchy(
ConnectorElement connectorElement,
UserHierarchy userHierarchy
)
Public Function SetupHierarchy (
connectorElement As ConnectorElement,
userHierarchy As UserHierarchy
) As IHierarchy
public:
IHierarchy^ SetupHierarchy(
ConnectorElement^ connectorElement,
UserHierarchy^ userHierarchy
)
member SetupHierarchy :
connectorElement : ConnectorElement *
userHierarchy : UserHierarchy -> IHierarchy
Parameters
- connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element to be used to generate the data cube hierarchy information. - userHierarchy
- Type: Dundas.BI.Entities.UserHierarchiesUserHierarchy
The user hierarchy.
Return Value
Type:
IHierarchyThe linked hierarchy.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | connectorElement or userHierarchy is . |
| ArgumentException | connectorElement does not belong the output element collection. |
See Also