Freigeben über


KpiCollection.GetEnumerator-Methode

Gets an Enumerator for iterating through the collection.

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
An KpiCollection.Enumerator.

Siehe auch

Verweis

KpiCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace