Свойство 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.

См. также

Справочник

VSTATaskScriptingEngine Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.ScriptTask