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


Метод GetEnumerator

Gets an Enumerator for iterating through the collection.

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

Синтаксис

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

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