Metodo LevelPropertyCollection.GetEnumerator
Gets an Enumerator for iterating through the collection.
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public Function GetEnumerator As LevelPropertyCollection.Enumerator
'Utilizzo
Dim instance As LevelPropertyCollection
Dim returnValue As LevelPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public LevelPropertyCollection.Enumerator GetEnumerator()
public:
LevelPropertyCollection.Enumerator^ GetEnumerator()
member GetEnumerator : unit -> LevelPropertyCollection.Enumerator
public function GetEnumerator() : LevelPropertyCollection.Enumerator
Valore restituito
Tipo: Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.