LevelPropertyCollection.GetEnumerator Método
Gets an Enumerator for iterating through the collection.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Function GetEnumerator As LevelPropertyCollection.Enumerator
'Uso
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
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.