Errors 属性

Gets the collection of errors raised by the Transact-SQL compilation.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property Errors As TSqlCompilationErrorCollection
    Get
用法
Dim instance As TSqlCompilationResult
Dim value As TSqlCompilationErrorCollection

value = instance.Errors
public TSqlCompilationErrorCollection Errors { get; }
public:
property TSqlCompilationErrorCollection^ Errors {
    TSqlCompilationErrorCollection^ get ();
}
member Errors : TSqlCompilationErrorCollection
function get Errors () : TSqlCompilationErrorCollection

属性值

类型:Microsoft.SqlServer.Management.Dac. . :: . .TSqlCompilationErrorCollection
A TsqlCompilationErrorCollection that contains a collection of Transact-SQL compilation errors.