Clase DacCompilationErrorCollection
The DacCompilationErrorCollection type stores a collection of DAC compilation errors.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacCompilationErrorCollection
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public Class DacCompilationErrorCollection _
Implements IEnumerable(Of DacCompilationError), IEnumerable
'Uso
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
El tipo DacCompilationErrorCollection expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DacCompilationErrorCollection object. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Returns an enumerator that iterates through the DacCompilationErrorCollection object. |
Arriba
Comentarios
By using the DacCompilationErrorCollection object, you can iterate through the collection of errors.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.