DacCompilationResult.Errors Property
Gets the collection of errors generated by the compilation of the DAC instance.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Errors As DacCompilationErrorCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Dac.DacCompilationErrorCollection
A DacCompilationErrorCollection value that specifies the collection of errors generated by the compilation of the DAC package.