Partager via


Propriété Errors

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

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Errors As TSqlCompilationErrorCollection
    Get
'Utilisation
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

Valeur de propriété

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