Compartilhar via


Método DtsEventHandler.GetExecutionPath

Gets the DTS event handler execution path.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Function GetExecutionPath As String
'Uso
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

Valor de retorno

Tipo: System.String
The DTS event handler execution path.

Implementa

IDTSExecutionPath.GetExecutionPath()

Consulte também

Referência

DtsEventHandler Classe

Namespace Microsoft.SqlServer.Dts.Runtime