Compartir a través de


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
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetEnumerator Returns an enumerator that iterates through the DacCompilationErrorCollection object.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado 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.