DtsEventHandler.GetExecutionPath メソッド

定義

DTS イベント ハンドラーの実行パスを取得します。

public:
 virtual System::String ^ GetExecutionPath();
public string GetExecutionPath ();
abstract member GetExecutionPath : unit -> string
override this.GetExecutionPath : unit -> string
Public Function GetExecutionPath () As String

戻り値

DTS イベント ハンドラーの実行パスです。

実装

適用対象