Compartilhar via


Classe TSqlCompilationErrorCollection

The TSqlCompilationErrorCollection class represents a collection of TSqlCompilationError objects.

Hierarquia de herança

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

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

Sintaxe

'Declaração
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

O tipo TSqlCompilationErrorCollection expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida. Returns an enumerator to enumerate through the TSqlCompilationErrorCollection.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência