IDTSHasInternalProperties100 インターフェイス

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

DTS の内部プロパティを表します。

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

構文

'宣言
<GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")> _
Public Interface IDTSHasInternalProperties100
'使用
Dim instance As IDTSHasInternalProperties100
[GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")]
public interface IDTSHasInternalProperties100
[GuidAttribute(L"90D16BCA-B47A-43BD-BB26-B1755090922A")]
public interface class IDTSHasInternalProperties100
[<GuidAttribute("90D16BCA-B47A-43BD-BB26-B1755090922A")>]
type IDTSHasInternalProperties100 =  interface end
public interface IDTSHasInternalProperties100

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

メソッド

  名前 説明
パブリック メソッド GetInternalProperties インフラストラクチャです。指定された内部プロパティを取得します。
パブリック メソッド GetInternalPropertiesVersion インフラストラクチャです。内部プロパティのバージョンを取得します。

先頭に戻る

説明

詳細については、「DtsProperty」を参照してください。

関連項目

参照

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