Proprietà Hierarchies
Gets an OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Hierarchies As OlapInfoHierarchyCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .OlapInfoHierarchyCollection
An OlapInfoHierarchyCollection that represents metadata pertaining to the hierarchies that are associated with the OlapInfoAxis.