Freigeben über


KpiCollection.GetEnumerator-Methode

Ruft einen Enumerator zum Durchlaufen der Auflistung ab.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public Function GetEnumerator As KpiCollection.Enumerator
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.KpiCollection.Enumerator
Ein KpiCollection.Enumerator-Objekt.

Siehe auch

Verweis

KpiCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace