Classe DacCompilationErrorCollection
The DacCompilationErrorCollection type stores a collection of DAC compilation errors.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Dac..::..DacCompilationErrorCollection
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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
O tipo DacCompilationErrorCollection expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Returns an enumerator that iterates through the DacCompilationErrorCollection object. | |
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 | Returns an enumerator that iterates through the DacCompilationErrorCollection object. |
Início
Comentários
By using the DacCompilationErrorCollection object, you can iterate through the collection of errors.
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.