共用方式為


OlapInfoAxis.Hierarchies 屬性

Gets an OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property Hierarchies As OlapInfoHierarchyCollection 
    Get
'用途
Dim instance As OlapInfoAxis 
Dim value As OlapInfoHierarchyCollection 

value = instance.Hierarchies
public OlapInfoHierarchyCollection Hierarchies { get; }
public:
property OlapInfoHierarchyCollection^ Hierarchies {
    OlapInfoHierarchyCollection^ get ();
}
member Hierarchies : OlapInfoHierarchyCollection
function get Hierarchies () : OlapInfoHierarchyCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection
An OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.

請參閱

參考

OlapInfoAxis 類別

Microsoft.AnalysisServices.AdomdClient 命名空間