Metodo ConnectionManager.GetExecutionPath
Returns the execution path of the connection manager.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Function GetExecutionPath As String
'Utilizzo
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
Valore restituito
Tipo: System.String
The execution path of the connection manager.
Implementa
IDTSExecutionPath.GetExecutionPath()