Compartir a través de


Clase TSqlCompilationErrorCollection

The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public Class TSqlCompilationErrorCollection _
    Implements IEnumerable(Of TSqlCompilationError), IEnumerable
'Uso
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

El tipo TSqlCompilationErrorCollection 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 to enumerate through the TSqlCompilationErrorCollection.
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 Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.

Arriba

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.