次の方法で共有


IDTSResultBindings インターフェイス

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

名前空間:  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 インフラストラクチャです。
パブリック メソッド Clear インフラストラクチャです。
パブリック メソッド GetBinding インフラストラクチャです。
パブリック メソッド GetEnumerator (IEnumerable から継承されています。)
パブリック メソッド Remove インフラストラクチャです。

先頭に戻る