Metoda TSqlCompilationErrorCollection.IEnumerable.GetEnumerator
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.Zwraca moduł wyliczający wyliczyć przez TSqlCompilationErrorCollection.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Użycie
Dim instance As TSqlCompilationErrorCollection
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
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość zwracana
Typ: System.Collections.IEnumerator
An IEnumerator for the TSqlCompilationErrorCollection.
Implementacje
Zobacz także