IDTSExecutionPath.GetExecutionPath Método
Returns the execution path of the component.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Function GetExecutionPath As String
'Uso
Dim instance As IDTSExecutionPath
Dim returnValue As String
returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String
Valor devuelto
Tipo: System.String
The execution path.