IDTSInputCollection100 インターフェイス

定義

IDTSInput100 オブジェクトのコレクションを含んでいます。

public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
    interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
属性
実装

注釈

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

プロパティ

Count

IDTSInput100 コレクションに含まれる IDTSInputCollection100 オブジェクトの数を取得します。

Item[Object]

Index パラメーターで指定された IDTSInput100 オブジェクトを取得します。

メソッド

FindObjectByID(Int32)

コレクション内の要求されたオブジェクトを ID によって検索します。

FindObjectIndexByID(Int32)

コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。

GetEnumerator()

IDTSInputCollection100 を繰り返し処理できる列挙子を返します。

GetObjectByID(Int32)

IDTSInput100 コレクションから IDTSInputCollection100 オブジェクトを取得します。

GetObjectIndexByID(Int32)

コレクション内の IDTSInput100 オブジェクトのインデックスを取得します。

New()

新しい IDTSInput100 オブジェクトを作成して、IDTSInputCollection100 に追加します。

NewAt(Int32)

コレクションの指定されたインデックスに、新しい入力オブジェクトを追加します。

RemoveAll()

コレクションから各 IDTSInput100 オブジェクトを削除します。

RemoveObjectByID(Int32)

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

RemoveObjectByIndex(Object)

コレクションから入力オブジェクトを削除します。

SetIndex(Int32, Int32)

IDTSInput100 オブジェクトの場所を変更します。

適用対象