OlapInfoPropertyCollection.GetEnumerator Method

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.

See Also

Reference

OlapInfoPropertyCollection Class

Microsoft.AnalysisServices.AdomdClient Namespace