IDTSExecutionPath100.GetExecutionPath Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSExecutionPath.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetExecutionPath As String
'Usage
Dim instance As IDTSExecutionPath100
Dim returnValue As String
returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String
Return Value
Type: System.String