IDTSSupportParentExecutionPath100 インターフェイス

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

親実行パスのサポートを表します。

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

構文

'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")> _
Public Interface IDTSSupportParentExecutionPath100
'使用
Dim instance As IDTSSupportParentExecutionPath100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")]
public interface IDTSSupportParentExecutionPath100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C78C71C7-99F9-49F1-8545-7731681034CB")]
public interface class IDTSSupportParentExecutionPath100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C78C71C7-99F9-49F1-8545-7731681034CB")>]
type IDTSSupportParentExecutionPath100 =  interface end
public interface IDTSSupportParentExecutionPath100

IDTSSupportParentExecutionPath100 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ParentExecutionPath インフラストラクチャです。親実行パスを取得します。値の設定も可能です。

先頭に戻る

関連項目

参照

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