Freigeben über


ValidationErrorCollection.IEnumerable.GetEnumerator-Methode

Returns an enumerator that iterates through a collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ValidationErrorCollection 
Dim returnValue As IEnumerator 

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator  
private override GetEnumerator : unit -> IEnumerator
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

Typ: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implementiert

IEnumerable.GetEnumerator()

Siehe auch

Verweis

ValidationErrorCollection Klasse

Microsoft.AnalysisServices-Namespace