IDTSInputColumnCollection100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSInputColumn100列のコレクションを含みます。
public interface class IDTSInputColumnCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")]
public interface IDTSInputColumnCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8CE41D62-FEAD-4EFF-8810-7463B5A80F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E53B51EF-A945-4F2D-A4D6-ABD74A9DAFEF")>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("041DA657-647A-47CB-90F4-842D75E90075")>]
type IDTSInputColumnCollection100 = interface
interface IEnumerable
Public Interface IDTSInputColumnCollection100
Implements IEnumerable
- 属性
- 実装
注釈
IDTSInputColumnCollection100 には、IDTSInputColumn100 オブジェクトのコレクションが含まれます。 コレクションは、コレクション内のアイテムを追加、削除、列挙する機能を提供します。
コレクション内の列は通常、設計時インターフェースの SetUsageType メソッドを呼び出してコレクションに挿入されます。 このメソッドは列の UsageType プロパティを設定し、それをコレクションに配置します。
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクションに含まれる列数を取得します。 |
| Item[Object] |
|
メソッド
| 名前 | 説明 |
|---|---|
| FindObjectByID(Int32) |
リクエストされたオブジェクトをコレクション内のIDで位置特定します。 |
| FindObjectIndexByID(Int32) |
リクエストされたオブジェクトのインデックスをそのIDでコレクション内で特定します。 |
| GetEnumerator() |
IDTSInputColumnCollection100を反復できる列挙子を返します。 |
| GetInputColumnByLineageID(Int32) |
指定された系譜IDを持つ IDTSInputColumn100 オブジェクトを取得します。 |
| GetInputColumnByName(String, String) |
指定された名前を持つ IDTSInputColumn100 オブジェクトを取得します。 |
| GetObjectByID(Int32) |
指定されたIDを持つ IDTSInputColumn100 オブジェクトを取得します。 |
| GetObjectIndexByID(Int32) |
指定されたIDを持つ IDTSInputColumn100 オブジェクトのインデックスを取得します。 |
| New() |
新しい IDTSInputColumn100 を作成し、コレクションに追加します。 |
| NewAt(Int32) |
新しい IDTSInputColumn100 オブジェクトを作成し、指定されたインデックスのコレクションに追加します。 |
| RemoveAll() |
コレクション内のすべての IDTSInputColumnCollection100 オブジェクトを削除します。 |
| RemoveObjectByID(Int32) |
IDで指定された IDTSInputColumn100 オブジェクトを削除します。 |
| RemoveObjectByIndex(Object) |
コレクション内の指定された場所で IDTSInputColumn100 を削除します。 |
| SetIndex(Int32, Int32) |
|