OlapInfoPropertyCollection.GetEnumerator Method
Gets an instance of the Enumerator class 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
See Also