Freigeben über


TSqlCompilationErrorCollection-Klasse

The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.Dac..::..TSqlCompilationErrorCollection

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public Class TSqlCompilationErrorCollection _
    Implements IEnumerable(Of TSqlCompilationError), IEnumerable
'Usage
Dim instance As TSqlCompilationErrorCollection
public class TSqlCompilationErrorCollection : IEnumerable<TSqlCompilationError>, 
    IEnumerable
public ref class TSqlCompilationErrorCollection : IEnumerable<TSqlCompilationError>, 
    IEnumerable
type TSqlCompilationErrorCollection =  
    class
        interface IEnumerable<TSqlCompilationError>
        interface IEnumerable
    end
public class TSqlCompilationErrorCollection implements IEnumerable<TSqlCompilationError>, IEnumerable

Der TSqlCompilationErrorCollection-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.