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


Метод GetEnumerator

Gets an Enumerator for iterating through the collection.

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

Синтаксис

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

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