Freigeben über


LogProvider.GetExecutionPath-Methode

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

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

Syntax

'Declaration
Public Function GetExecutionPath As String
'Usage
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

Rückgabewert

Typ: System.String
A String that contains the execution path of the log provider.

Implementiert

IDTSExecutionPath.GetExecutionPath()

Siehe auch

Verweis

LogProvider Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace