TaskHost.GetExecutionPath 메서드
Returns the execution path of the current TaskHost.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Function GetExecutionPath As String
‘사용 방법
Dim instance As TaskHost
Dim returnValue As String
returnValue = instance.GetExecutionPath()
public string GetExecutionPath()
public:
virtual String^ GetExecutionPath() sealed
abstract GetExecutionPath : unit -> string
override GetExecutionPath : unit -> string
public final function GetExecutionPath() : String
반환 값
유형: System.String
The execution path of the current task.
구현
IDTSExecutionPath.GetExecutionPath()