IDTSOutputCollection100 インターフェイス

定義

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

public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D5BB9EDA-3AD2-434E-A7D5-D8392F918BDA")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("25D398BC-2149-4B72-BF4F-A977617B5AA9")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BABB5EC3-2263-44F6-8FF9-FE1006776A14")>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
属性
実装

注釈

このコレクションには、データ フロー コンポーネントの IDTSOutput100 オブジェクト、および出力の追加、削除、列挙を許可するメソッドが含まれます。

プロパティ

Count

IDTSOutputCollection100 に含まれる要素の数を取得します。

Item[Object]

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

メソッド

FindObjectByID(Int32)

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

FindObjectIndexByID(Int32)

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

GetEnumerator()

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

GetObjectByID(Int32)

指定した ID を持つ IDTSOutput100 オブジェクトを取得します。

GetObjectIndexByID(Int32)

指定した ID を持つ IDTSInput100 のインデックスを取得します。

New()

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

NewAt(Int32)

新しい IDTSOutput100 オブジェクトを作成し、コレクション内の指定した Index に追加します。

RemoveAll()

コレクション内の各 IDTSOutput100 オブジェクトを削除します。

RemoveObjectByID(Int32)

lID パラメーターで指定した IDTSOutput100 を削除します。

RemoveObjectByIndex(Object)

指定した場所にある IDTSOutput100 を削除します。

SetIndex(Int32, Int32)

コレクション内での IDTSOutput100 オブジェクトの場所を変更します。

適用対象