OlapInfoHierarchy.HierarchyProperties Property

Gets an OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
Public ReadOnly Property HierarchyProperties As OlapInfoPropertyCollection
public OlapInfoPropertyCollection HierarchyProperties { get; }
public:
property OlapInfoPropertyCollection^ HierarchyProperties {
    OlapInfoPropertyCollection^ get ();
}
/** @property */
public OlapInfoPropertyCollection get_HierarchyProperties ()
public function get HierarchyProperties () : OlapInfoPropertyCollection

Значение свойства

An OlapInfoPropertyCollection that represents metadata pertaining to the hierarchy properties that are associated with the OlapInfoHierarchy.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

OlapInfoHierarchy Class
OlapInfoHierarchy Members
Microsoft.AnalysisServices.AdomdClient Namespace