Partager via


Propriété Errors

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Errors As DacCompilationErrorCollection
    Get
'Utilisation
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

Valeur de propriété

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