Freigeben über


TupleCollection.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 TupleCollection.Enumerator
'Usage
Dim instance As TupleCollection 
Dim returnValue As TupleCollection.Enumerator 

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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
A TupleEnumerator for iterating through the collection.

Siehe auch

Verweis

TupleCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace