Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
'Declaration
Public Property HierarchyID As String
Get
Set
'Usage
Dim instance As PerspectiveHierarchy
Dim value As String
value = instance.HierarchyID
instance.HierarchyID = value
public string HierarchyID { get; set; }
public:
property String^ HierarchyID {
String^ get ();
void set (String^ value);
}
member HierarchyID : string with get, set
function get HierarchyID () : String
function set HierarchyID (value : String)
Property Value
Type: System.String
The hierarchy id.