Errors Propiedad
Gets the collection of errors generated by the compilation of the DAC instance.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .DacCompilationErrorCollection
A DacCompilationErrorCollection value that specifies the collection of errors generated by the compilation of the DAC package.
Vea también