Udostępnij przez


Metoda CubeCollection.GetEnumerator

Pobiera modułu wyliczającego do iteracji kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Function GetEnumerator As CubeCollection..::..Enumerator
'Użycie
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