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


Метод GetEnumerator

Gets an Enumerator for iterating through the collection.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.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