Méthode DtsEventHandler.GetExecutionPath
Gets the DTS event handler execution path.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Function GetExecutionPath As String
'Utilisation
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
Valeur de retour
Type : System.String
The DTS event handler execution path.
Implémente
IDTSExecutionPath.GetExecutionPath()