Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Return Value
Type: Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
A TupleEnumerator for iterating through the collection.