Condividi tramite


Metodo IDTSExecutionPath.GetExecutionPath

Returns the execution path of the component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Function GetExecutionPath As String
'Utilizzo
Dim instance As IDTSExecutionPath 
Dim returnValue As String 

returnValue = instance.GetExecutionPath()
string GetExecutionPath()
String^ GetExecutionPath()
abstract GetExecutionPath : unit -> string
function GetExecutionPath() : String

Valore restituito

Tipo: System.String
The execution path.

Vedere anche

Riferimento

IDTSExecutionPath Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime