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 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.