Méthode IDTSExecutionPath.GetExecutionPath
Returns the execution path of the component.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Function GetExecutionPath As String
'Utilisation
Dim instance As IDTSExecutionPath
Dim returnValue As String
returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String
Valeur de retour
Type : System.String
The execution path.