XmlaLocationReference.Hierarchy Property

Represents the xml location reference of a hierarchy.

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

Syntax

'Declaration
Public ReadOnly Property Hierarchy As String 
    Get
'Usage
Dim instance As XmlaLocationReference 
Dim value As String 

value = instance.Hierarchy
public string Hierarchy { get; }
public:
property String^ Hierarchy {
    String^ get ();
}
member Hierarchy : string
function get Hierarchy () : String

Property Value

Type: System.String
A reference to the xml location of the hierarchy.

See Also

Reference

XmlaLocationReference Class

Microsoft.AnalysisServices Namespace