Partager via


Méthode Package.GetExecutionPath

Returns the execution path of the current package.

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 Package 
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 current package.

Implémente

IDTSExecutionPath.GetExecutionPath()

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime