Set.Hierarchies Property
Gets a reference to the HierarchyCollection collection referenced by the Set.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property Hierarchies As HierarchyCollection
public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_Hierarchies ()
public function get Hierarchies () : HierarchyCollection
Значение свойства
A HierarchyCollection.
Замечания
The Hierarchies property represents the hierarchies of the tuples included in the set.
Синхронизация потоков
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.
См. также
Справочник
Set Class
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace