Свойство HierarchyProperties
Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property HierarchyProperties As OlapInfoPropertyCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .OlapInfoPropertyCollection
An OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.
См. также