PerspectiveHierarchy.HierarchyID Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the node that represents the level of the hierarchy that is to be modified.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
public string HierarchyID { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(IsNullable = false)]
property String^ HierarchyID {
    String^ get();
    void set(String^ value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(IsNullable = false)>]
member HierarchyID : string with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(IsNullable := False)>
Public Property HierarchyID As String

Property Value

Type: System.String

The hierarchy id.

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top