AdomdPropertyCollection.GetEnumerator Method
Returns an enumerator that iterates through the AdomdPropertyCollection.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function GetEnumerator As AdomdPropertyCollection.Enumerator
'Usage
Dim instance As AdomdPropertyCollection
Dim returnValue As AdomdPropertyCollection.Enumerator
returnValue = instance.GetEnumerator()
public AdomdPropertyCollection.Enumerator GetEnumerator()
public:
AdomdPropertyCollection.Enumerator GetEnumerator()
member GetEnumerator : unit -> AdomdPropertyCollection.Enumerator
public function GetEnumerator() : AdomdPropertyCollection.Enumerator
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection.Enumerator
An IEnumerator object that can be used to iterate through the AdomdPropertyCollection.