VSTATaskScriptingEngine.ExecutionException 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the exception that occurs during script execution.
命名空间: Microsoft.SqlServer.Dts.Tasks.ScriptTask
程序集: Microsoft.SqlServer.ScriptTask(在 Microsoft.SqlServer.ScriptTask.dll 中)
语法
声明
Public Property ExecutionException As Exception
Get
Set
用法
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)
属性值
类型:System.Exception
The exception that occurs during script execution.