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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an enumerator to enumerate through the TSqlCompilationErrorCollection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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.