Proprietà VSTATaskScriptingEngine.ExecutionException

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the exception that occurs during script execution.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

Sintassi

'Dichiarazione
Public Property ExecutionException As Exception 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

VSTATaskScriptingEngine Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask