共用方式為


Errors 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public ReadOnly Property Errors As DacCompilationErrorCollection
    Get
'用途
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

屬性值

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