Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets an OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Hierarchies As OlapInfoHierarchyCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoHierarchyCollection
An OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.