Freigeben über


TupleCollection.GetEnumerator-Methode

Gets an enumerator that iterates through the collection.

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

Syntax

'Declaration
Friend Function GetEnumerator As IEnumerator
'Usage
Dim instance As TupleCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator  
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator

Rückgabewert

Typ: System.Collections.IEnumerator
An enumerator that iterates through the collection.

Implementiert

IEnumerable.GetEnumerator()

Siehe auch

Verweis

TupleCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace