Поделиться через


Метод HierarchyCollection.GetEnumerator

Gets an enumerator for iterating through the collection.

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

Синтаксис

'Декларация
Public Function GetEnumerator As HierarchyCollection.Enumerator
'Применение
Dim instance As HierarchyCollection 
Dim returnValue As HierarchyCollection.Enumerator 

returnValue = instance.GetEnumerator()
public HierarchyCollection.Enumerator GetEnumerator()
public:
HierarchyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> HierarchyCollection.Enumerator
public function GetEnumerator() : HierarchyCollection.Enumerator

Возвращаемое значение

Тип: Microsoft.AnalysisServices.AdomdClient.HierarchyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

См. также

Справочник

HierarchyCollection Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient