Méthode ConnectionManager.GetExecutionPath
Returns the execution path of the connection manager.
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 ConnectionManager
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 execution path of the connection manager.
Implémente
IDTSExecutionPath.GetExecutionPath()