Package.GetExecutionPath 메서드

Returns the execution path of the current package.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Function GetExecutionPath As String
‘사용 방법
Dim instance As Package 
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 package.

구현

IDTSExecutionPath.GetExecutionPath()

참고 항목

참조

Package 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스