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]

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

メソッド

名前 説明
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 オブジェクトの位置を変更します。

適用対象