IDTSSupportParentExecutionPath100.ParentExecutionPath プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

親実行パスを取得します。値の設定も可能です。

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

構文

'宣言
Property ParentExecutionPath As String 
    Get 
    Set
'使用
Dim instance As IDTSSupportParentExecutionPath100 
Dim value As String 

value = instance.ParentExecutionPath

instance.ParentExecutionPath = value
string ParentExecutionPath { get; set; }
property String^ ParentExecutionPath {
    String^ get ();
    void set (String^ value);
}
abstract ParentExecutionPath : string with get, set
function get ParentExecutionPath () : String 
function set ParentExecutionPath (value : String)

プロパティ値

型: System.String
親実行パスです。

関連項目

参照

IDTSSupportParentExecutionPath100 インターフェイス

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間