Propriedade do RDL Errors
Gets the collection of errors raised by the Transact-SQL compilation.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Dac. . :: . .TSqlCompilationErrorCollection
A TsqlCompilationErrorCollection that contains a collection of Transact-SQL compilation errors.
Consulte também