Set.GetEnumerator Method

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

Return Value

Type: Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
An IEnumerator used for iterating through the collection.

See Also

Reference

Set Class

GetEnumerator Overload

Microsoft.AnalysisServices.AdomdServer Namespace