PerspectiveHierarchy.HierarchyID 屬性
Gets or sets the node that represents the level of the hierarchy that is to be modified.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property HierarchyID As String
Get
Set
'用途
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)
屬性值
型別:System.String
The hierarchy id.