Condividi tramite


Metodo LevelPropertyCollection.GetEnumerator

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Friend Function GetEnumerator As IEnumerator
'Utilizzo
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

Valore restituito

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

Implementa

IEnumerable.GetEnumerator()

Vedere anche

Riferimento

LevelPropertyCollection Classe

Overload GetEnumerator

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer