IDTSResultBindings インターフェイス

定義

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

public interface class IDTSResultBindings : System::Collections::IEnumerable
public interface IDTSResultBindings : System.Collections.IEnumerable
type IDTSResultBindings = interface
    interface IEnumerable
Public Interface IDTSResultBindings
Implements IEnumerable
実装

メソッド

Add()

新しい IDTSResultBinding オブジェクトをコレクションに追加します。

Clear()

すべてのオブジェクトを IDTSResultBindings コレクションから消去します。

GetBinding(Int32)

指定された IDTSResultBinding オブジェクトをコレクションから取得します。

Remove(Object)

指定した IDTSResultBinding オブジェクトをコレクションから削除します。

適用対象