Errors Propiedad
Gets the collection of errors raised by the Transact-SQL compilation.
Espacio de nombres: Microsoft.SqlServer.Management.Dac
Ensamblado: Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)
Sintaxis
'Declaración
Public ReadOnly Property Errors As TSqlCompilationErrorCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .TSqlCompilationErrorCollection
A TsqlCompilationErrorCollection that contains a collection of Transact-SQL compilation errors.
Vea también