Propriedade do RDL HierarchyProperties
Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .OlapInfoPropertyCollection
An OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
Consulte também