ConnectionManager.GetExecutionPath Método
Returns the execution path of the connection manager.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetExecutionPath As String
'Uso
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
Valor devuelto
Tipo: System.String
The execution path of the connection manager.
Implementa
IDTSExecutionPath.GetExecutionPath()