次の方法で共有


Variable.GetExecutionPath メソッド

現在の Variable オブジェクトの実行パスを返します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public Function GetExecutionPath As String
'使用
Dim instance As Variable 
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
実行パスです。

実装

IDTSExecutionPath.GetExecutionPath()

関連項目

参照

Variable クラス

Microsoft.SqlServer.Dts.Runtime 名前空間