Compartilhar via


Método Package.GetExecutionPath

Returns the execution path of the current package.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Function GetExecutionPath As String
'Uso
Dim instance As Package 
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 de retorno

Tipo: System.String
The execution path of the current package.

Implementa

IDTSExecutionPath.GetExecutionPath()

Consulte também

Referência

Package Classe

Namespace Microsoft.SqlServer.Dts.Runtime