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.