Sdílet prostřednictvím


TupleCollection.GetEnumerator Method

Gets an Enumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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

Return Value

Type: Microsoft.AnalysisServices.AdomdClient.TupleCollection.Enumerator
An IEnumerator object that can be used to iterate through the TupleCollection.

See Also

Reference

TupleCollection Class

Microsoft.AnalysisServices.AdomdClient Namespace