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 OlapInfoPropertyCollection.Enumerator
'Usage
Dim instance As OlapInfoPropertyCollection
Dim returnValue As OlapInfoPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public OlapInfoPropertyCollection.Enumerator GetEnumerator()
public:
OlapInfoPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> OlapInfoPropertyCollection.Enumerator
public function GetEnumerator() : OlapInfoPropertyCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.OlapInfoPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.