Freigeben über


DacCompilationErrorCollection-Klasse

The DacCompilationErrorCollection type stores a collection of DAC compilation errors.

Vererbungshierarchie

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

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

Syntax

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

Der DacCompilationErrorCollection-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 that iterates through the DacCompilationErrorCollection object.
Ö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 Returns an enumerator that iterates through the DacCompilationErrorCollection object.

Zum Anfang

Hinweise

By using the DacCompilationErrorCollection object, you can iterate through the collection of errors.

Threadsicherheit

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