Compartir a través de


LogProvider.GetExecutionPath Método

Returns a String that contains the execution path of the log provider.

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 LogProvider 
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
A String that contains the execution path of the log provider.

Implementa

IDTSExecutionPath.GetExecutionPath()

Vea también

Referencia

LogProvider Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime