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


Метод GetEnumerator

Gets an Enumerator for iterating through the collection.

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

Синтаксис

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

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