OlapInfoHierarchy.HierarchyProperties Propiedad
Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property HierarchyProperties As OlapInfoPropertyCollection
Get
'Uso
Dim instance As OlapInfoHierarchy
Dim value As OlapInfoPropertyCollection
value = instance.HierarchyProperties
public OlapInfoPropertyCollection HierarchyProperties { get; }
public:
property OlapInfoPropertyCollection^ HierarchyProperties {
OlapInfoPropertyCollection^ get ();
}
member HierarchyProperties : OlapInfoPropertyCollection
function get HierarchyProperties () : OlapInfoPropertyCollection
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection
An OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.