Compartilhar via


Propriedade do RDL Errors

Gets the collection of errors generated by the compilation of the DAC instance.

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

Sintaxe

'Declaração
Public ReadOnly Property Errors As DacCompilationErrorCollection
    Get
'Uso
Dim instance As DacCompilationResult
Dim value As DacCompilationErrorCollection

value = instance.Errors
public DacCompilationErrorCollection Errors { get; }
public:
property DacCompilationErrorCollection^ Errors {
    DacCompilationErrorCollection^ get ();
}
member Errors : DacCompilationErrorCollection
function get Errors () : DacCompilationErrorCollection

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Dac. . :: . .DacCompilationErrorCollection
A DacCompilationErrorCollection value that specifies the collection of errors generated by the compilation of the DAC package.