RaggedHierarchyLinks Property |
Gets the links between the hierarchy entity and the
DataCube output connector elements.
Namespace:
Dundas.BI.Entities.UserHierarchies
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<HierarchyLevelLink> Links { get; }
Public ReadOnly Property Links As IReadOnlyList(Of HierarchyLevelLink)
Get
public:
virtual property IReadOnlyList<HierarchyLevelLink^>^ Links {
IReadOnlyList<HierarchyLevelLink^>^ get () sealed;
}
abstract Links : IReadOnlyList<HierarchyLevelLink> with get
override Links : IReadOnlyList<HierarchyLevelLink> with get
Property Value
Type:
IReadOnlyListHierarchyLevelLinkImplements
IDataCubeHierarchyLinksSee Also