Freigeben über


Set.GetEnumerator-Methode

Gets an instance of the Enumerator class 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 Set 
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
An IEnumerator used for iterating through the collection.

Siehe auch

Verweis

Set Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace