Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an Enumerator for iterating through the collection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.LevelPropertyCollection.Enumerator
An Enumerator.