Share via


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

See Also

Reference

IDTSExecutionPath100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace