IDTSOutputColumnCollection100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSOutputColumn100 列のコレクションが含まれます。
public interface class IDTSOutputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")]
public interface IDTSOutputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("E7E03F27-9D77-4DA8-B574-E0AD5F1D8310")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C544979-50D5-4465-8872-CDD1CE54270A")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("682C4AB4-9B7F-4A06-B6A4-C149D84697CC")>]
type IDTSOutputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSOutputColumnCollection100
Implements IEnumerable
- 属性
- 実装
注釈
IDTSOutputColumnCollection100 には、IDTSOutputColumn100 オブジェクトのコレクションが含まれます。 このコレクションの列は、コンポーネントが下流コンポーネントで利用できるようにする列を表します。
コレクションを含むコンポーネントは、外部データ ソースに基づいて列を追加する基になるコンポーネントの場合と、IDTSInput100 で受け取る列に基づいて列を作成する変換の場合があります。
プロパティ
Count |
コレクションに含まれる IDTSOutput100 列の数を取得します。 |
Item[Object] |
|
メソッド
FindObjectByID(Int32) |
コレクション内の要求されたオブジェクトを ID によって検索します。 |
FindObjectIndexByID(Int32) |
コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。 |
GetEnumerator() |
出力列コレクションを繰り返し処理できる列挙子を返します。 |
GetObjectByID(Int32) |
指定した ID の出力列オブジェクトをコレクションから取得します。 |
GetObjectIndexByID(Int32) |
コレクション内での出力列の場所を取得します。 |
GetOutputColumnByLineageID(Int32) |
指定した系列 ID の出力列オブジェクトをコレクションから取得します。 |
New() |
出力列オブジェクトを作成してコレクションに追加します。 |
NewAt(Int32) |
新しい出力列オブジェクトを作成し、コレクション内の指定したインデックス位置に追加します。 |
RemoveAll() |
すべての出力列オブジェクトをコレクションから削除します。 |
RemoveObjectByID(Int32) |
指定した ID の出力列オブジェクトをコレクションから削除します。 |
RemoveObjectByIndex(Object) |
コレクション内の指定した場所にある IDTSOutputColumn100 オブジェクトを削除します。 |
SetIndex(Int32, Int32) |
出力列をコレクション内の新しい場所に移動します。 |