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] |
IDTSOutputColumn100パラメータで指定された |
メソッド
| 名前 | 説明 |
|---|---|
| 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) |
出力列をコレクション内の新しい場所に移動します。 |