Condividi tramite


Metodo DtsEventHandler.GetExecutionPath

Gets the DTS event handler execution path.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetExecutionPath As String
'Utilizzo
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

Valore restituito

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

Implementa

IDTSExecutionPath.GetExecutionPath()

Vedere anche

Riferimento

DtsEventHandler Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime