Freigeben über


LevelCollection.GetEnumerator-Methode

Gets an Enumerator for iterating through the collection.

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

Syntax

'Declaration
Public Function GetEnumerator As LevelCollection.Enumerator
'Usage
Dim instance As LevelCollection 
Dim returnValue As LevelCollection.Enumerator 

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

Rückgabewert

Typ: Microsoft.AnalysisServices.AdomdServer.LevelCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.

Siehe auch

Verweis

LevelCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace