IDTSExecutionPath.GetExecutionPath 方法

Returns the execution path of the component.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Function GetExecutionPath As String
用法
Dim instance As IDTSExecutionPath 
Dim returnValue As String 

returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String

返回值

类型:System.String
The execution path.

请参阅

参考

IDTSExecutionPath 接口

Microsoft.SqlServer.Dts.Runtime 命名空间