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) |
|