IDTSExecutionPath.GetExecutionPath Method
Returns the execution path of the component.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Function GetExecutionPath As String
'Usage
Dim instance As IDTSExecutionPath
Dim returnValue As String
returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String
Return Value
Type: System.String
The execution path.