Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Rückgabewert
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdErrorCollection.Enumerator
An IEnumerator object that can be used to iterate through the collection.