次の方法で共有


IDTSInputCollection100 インターフェイス

IDTSInput100 オブジェクトのコレクションが含まれます。

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

構文

'宣言
<GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")> _
Public Interface IDTSInputCollection100 _
    Inherits IEnumerable
'使用
Dim instance As IDTSInputCollection100
[GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")]
public interface IDTSInputCollection100 : IEnumerable
[GuidAttribute(L"D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")]
public interface class IDTSInputCollection100 : IEnumerable
[<GuidAttribute("D95EC9B8-F6B4-4912-AB39-9D6AFEF62C0E")>]
type IDTSInputCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSInputCollection100 extends IEnumerable

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

プロパティ

  名前 説明
パブリック プロパティ Count IDTSInputCollection100 コレクションに含まれる IDTSInput100 オブジェクトの数を取得します。
パブリック プロパティ Item Index パラメータで指定された IDTSInput100 オブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド FindObjectByID コレクション内の要求されたオブジェクトを ID によって検索します。
パブリック メソッド FindObjectIndexByID コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。
パブリック メソッド GetEnumerator() () () () (IEnumerable から継承されています。)
パブリック メソッド GetEnumerator() () () () IDTSInputCollection100 を繰り返し処理できる列挙子を返します。
パブリック メソッド GetObjectByID IDTSInputCollection100 コレクションから IDTSInput100 オブジェクトを取得します。
パブリック メソッド GetObjectIndexByID コレクション内の IDTSInput100 オブジェクトのインデックスを取得します。
パブリック メソッド New 新しい IDTSInput100 オブジェクトを作成して、IDTSInputCollection100 に追加します。
パブリック メソッド NewAt コレクションの指定されたインデックスに、新しい入力オブジェクトを追加します。
パブリック メソッド RemoveAll コレクションから各 IDTSInput100 オブジェクトを削除します。
パブリック メソッド RemoveObjectByID ID で指定した入力オブジェクトをコレクションから削除します。
パブリック メソッド RemoveObjectByIndex コレクションから入力オブジェクトを削除します。
パブリック メソッド SetIndex IDTSInput100 オブジェクトの場所を変更します。

先頭に戻る

説明

IDTSInputCollection100 には、データ フロー コンポーネントの IDTSInput100 オブジェクトが含まれます。