Compartilhar via


Método GetEnumerator

Gets an Enumerator for iterating through the collection.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Function GetEnumerator As CubeCollection..::..Enumerator
'Uso
Dim instance As CubeCollection
Dim returnValue As CubeCollection..::..Enumerator

returnValue = instance.GetEnumerator()
public CubeCollection..::..Enumerator GetEnumerator()
public:
CubeCollection..::..Enumerator^ GetEnumerator()
member GetEnumerator : unit -> CubeCollection..::..Enumerator 
public function GetEnumerator() : CubeCollection..::..Enumerator