Freigeben über


CubeCollection.GetEnumerator-Methode

Ruft einen Enumerator zum Durchlaufen der Auflistung ab.

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

Syntax

'Declaration
Public Function GetEnumerator As CubeCollection.Enumerator
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.CubeCollection.Enumerator
Ein IEnumerator-Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.

Siehe auch

Verweis

CubeCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace