VSTATaskScriptingEngine.ExecutionException-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the exception that occurs during script execution.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Property ExecutionException As Exception
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Exception
The exception that occurs during script execution.