IDTSComponentMetaDataCollection100 インターフェイス

定義

IDTSComponentMetaData100 オブジェクトのコレクションを格納します。

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("985E3327-3C34-4F4D-BF44-DA7A46BCBE56")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77ACF3C3-1991-4882-B575-F0CF0CE824A0")>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BC1026E1-9E12-42D1-9C10-831B4BC2D963")>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
属性
実装

注釈

IDTSComponentMetaDataCollection100コレクションにはIDTSComponentMetaData100オブジェクトが含まれており、これらはMainPipeクラスに追加されたコンポーネントです。

コンポーネントはNewメソッドを呼び出すことでIDTSComponentMetaDataCollection100に追加されます。 このコレクションのオブジェクトはデータフロータスクのコンポーネントを表し、オブジェクトモデルではデータフロータスクが MainPipe オブジェクトとなります。

プロパティ

名前 説明
Count

IDTSComponentMetaDataCollection100に含まれる要素の数を得ます。

Item[Object]

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

メソッド

名前 説明
FindObjectByID(Int32)

コレクション内のリクエストされたオブジェクトをそのIDで特定します。

FindObjectIndexByID(Int32)

コレクション内のリクエスト対象オブジェクトのインデックスをIDで特定します。

GetEnumerator()

IDTSComponentMetaDataCollection100コレクションのIEnumeratorを返します。

GetObjectByID(Int32)

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

GetObjectIndexByID(Int32)

IDTSComponentMetaData100オブジェクトのIDTSComponentMetaDataCollection100コレクション内の位置を取得します。

New()

新しい IDTSComponentMetaData100 オブジェクトを作成し、 IDTSComponentMetaDataCollection100 コレクションに追加します。

NewAt(Int32)

IDTSComponentMetaDataCollection100コレクション内の指定された場所に新しいIDTSComponentMetaData100オブジェクトを作成します。

RemoveAll()

IDTSComponentMetaDataCollection100コレクション内のIDTSComponentMetaData100オブジェクトをそれぞれ削除します。

RemoveObjectByID(Int32)

指定されたIDで IDTSComponentMetaData100 オブジェクトを削除します。

RemoveObjectByIndex(Object)

IDTSComponentMetaDataCollection100コレクション内の指定された場所でIDTSComponentMetaData100オブジェクトを削除します。

SetIndex(Int32, Int32)

IDTSComponentMetaData100オブジェクトをIDTSComponentMetaDataCollection100コレクション内の新しい場所に移動させます。

適用対象