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


Метод GetEnumerator

Gets an Enumerator for iterating through the collection.

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .LevelPropertyCollection. . :: . .Enumerator
An Enumerator.