DtsEventHandler.GetExecutionPath 方法

Gets the DTS event handler execution path.

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

语法

声明
Public Function GetExecutionPath As String
用法
Dim instance As DtsEventHandler 
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 DTS event handler execution path.

实现

IDTSExecutionPath.GetExecutionPath()

请参阅

参考

DtsEventHandler 类

Microsoft.SqlServer.Dts.Runtime 命名空间