Compartilhar via


Propriedade do RDL VSTATaskScriptingEngine.ExecutionException

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the exception that occurs during script execution.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (em Microsoft.SqlServer.ScriptTask.dll)

Sintaxe

'Declaração
Public Property ExecutionException As Exception 
    Get 
    Set
'Uso
Dim instance As VSTATaskScriptingEngine 
Dim value As Exception 

value = instance.ExecutionException

instance.ExecutionException = value
public Exception ExecutionException { get; set; }
public:
property Exception^ ExecutionException {
    Exception^ get ();
    void set (Exception^ value);
}
member ExecutionException : Exception with get, set
function get ExecutionException () : Exception 
function set ExecutionException (value : Exception)

Valor da propriedade

Tipo: System.Exception
The exception that occurs during script execution.

Consulte também

Referência

VSTATaskScriptingEngine Classe

Namespace Microsoft.SqlServer.Dts.Tasks.ScriptTask