ConnectionManager.GetExecutionPath 方法

Returns the execution path of the connection manager.

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

语法

声明
Public Function GetExecutionPath As String
用法
Dim instance As ConnectionManager 
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

返回值

类型:System.String
The execution path of the connection manager.

实现

IDTSExecutionPath.GetExecutionPath()

请参阅

参考

ConnectionManager 类

Microsoft.SqlServer.Dts.Runtime 命名空间