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.