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