LogProvider.GetExecutionPath メソッド
ログ プロバイダーの実行パスを含む String を返します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Function GetExecutionPath As String
'使用
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
戻り値
型: System.String
ログ プロバイダーの実行パスを含む String です。
実装
IDTSExecutionPath.GetExecutionPath()