Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the hierarchy type of the Hierarchy.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property HierarchyOrigin As HierarchyOrigin
Get
'Usage
Dim instance As Hierarchy
Dim value As HierarchyOrigin
value = instance.HierarchyOrigin
public HierarchyOrigin HierarchyOrigin { get; }
public:
property HierarchyOrigin HierarchyOrigin {
HierarchyOrigin get ();
}
member HierarchyOrigin : HierarchyOrigin
function get HierarchyOrigin () : HierarchyOrigin
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.HierarchyOrigin
A HierarchyOrigin enumeration value that represents the hierarchy type of the Hierarchy.
Remarks
For more information about hierarchy types, see HierarchyOrigin.