Método IDTSExecutionPath.GetExecutionPath
Returns the execution path of the component.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.String
The execution path.