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 | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the DacCompilationErrorCollection object. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
| Name | Beschreibung | |
|---|---|---|
![]() ![]() |
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.
.gif)
.gif)
.gif)
.gif)