LevelPropertyCollection.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 LevelPropertyCollection.Enumerator
'Usage
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
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdServer.LevelPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.