Поделиться через


Метод 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