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.