TSqlCompilationResult.Errors Property
Gets the collection of errors raised by the Transact-SQL compilation.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property Errors As TSqlCompilationErrorCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Dac.TSqlCompilationErrorCollection
A TsqlCompilationErrorCollection that contains a collection of Transact-SQL compilation errors.