Share via


Package.GetExecutionPath Method

Returns the execution path of the current package.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Function GetExecutionPath As String
'Usage
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

Return Value

Type: System.String
The execution path of the current package.

Implements

IDTSExecutionPath.GetExecutionPath()

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace