Freigeben über


LevelPropertyCollection.GetEnumerator-Methode

Returns a reference to an enumerator object, which is used to iterate over a LevelPropertyCollection object.

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

Syntax

'Declaration
Friend Function GetEnumerator As IEnumerator
'Usage
Dim instance As LevelPropertyCollection 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator  
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator

Rückgabewert

Typ: System.Collections.IEnumerator
A reference to an enumerator object, which is used to iterate over a LevelPropertyCollection object.

Implementiert

IEnumerable.GetEnumerator()

Siehe auch

Verweis

LevelPropertyCollection Klasse

GetEnumerator-Überladung

Microsoft.AnalysisServices.AdomdServer-Namespace