DataCubeSetupHierarchy Method (ConnectorElement, UserHierarchyLevel, IEnumerableConnectorElement) |
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 IHierarchy SetupHierarchy(
ConnectorElement connectorElement,
UserHierarchyLevel hierarchyLevel,
IEnumerable<ConnectorElement> linkElements
)
Public Function SetupHierarchy (
connectorElement As ConnectorElement,
hierarchyLevel As UserHierarchyLevel,
linkElements As IEnumerable(Of ConnectorElement)
) As IHierarchy
public:
IHierarchy^ SetupHierarchy(
ConnectorElement^ connectorElement,
UserHierarchyLevel^ hierarchyLevel,
IEnumerable<ConnectorElement^>^ linkElements
)
member SetupHierarchy :
connectorElement : ConnectorElement *
hierarchyLevel : UserHierarchyLevel *
linkElements : IEnumerable<ConnectorElement> -> IHierarchy
Parameters
- connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The connector element to be used to generate the data cube hierarchy information. - hierarchyLevel
- Type: Dundas.BI.Entities.UserHierarchiesUserHierarchyLevel
The hierarchy level. - linkElements
- Type: System.Collections.GenericIEnumerableConnectorElement
The connector elements to be used for defining a composite relationship.
Return Value
Type:
IHierarchyThe linked hierarchy.
Exceptions See Also