次の方法で共有


IDTSResultBindings インターフェイス

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

IDTSResultBinding オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
アセンブリ:  Microsoft.SqlServer.SQLTask (Microsoft.SqlServer.SQLTask.dll)

構文

'宣言
Public Interface IDTSResultBindings _
    Inherits IEnumerable
'使用
Dim instance As IDTSResultBindings
public interface IDTSResultBindings : IEnumerable
public interface class IDTSResultBindings : IEnumerable
type IDTSResultBindings =  
    interface 
        interface IEnumerable 
    end
public interface IDTSResultBindings extends IEnumerable

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

メソッド

  名前 説明
パブリック メソッド Add インフラストラクチャです。新しい IDTSResultBinding オブジェクトをコレクションに追加します。
パブリック メソッド Clear インフラストラクチャです。すべてのオブジェクトを IDTSResultBindings コレクションから消去します。
パブリック メソッド GetBinding インフラストラクチャです。指定された IDTSResultBinding オブジェクトをコレクションから取得します。
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)
パブリック メソッド Remove インフラストラクチャです。指定された IDTSResultBinding オブジェクトをコレクションから削除します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 名前空間