XmlaLocationReference.Hierarchy Property

 

Applies To: SQL Server (starting with 2016)

Represents the xml location reference of a hierarchy.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string Hierarchy { get; }
public:
property String^ Hierarchy {
    String^ get();
}
member Hierarchy : string with get
Public ReadOnly Property Hierarchy As String

Property Value

Type: System.String

A reference to the xml location of the hierarchy.

See Also

XmlaLocationReference Class
Microsoft.AnalysisServices Namespace

Return to top