IDTSInputCollection100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSInput100 オブジェクトのコレクションを格納します。
public interface class IDTSInputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")]
public interface IDTSInputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("7A65EF9B-E977-4F95-A439-5C6DFB61EC46")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("71BFDC2E-A20F-4258-879B-4D3A81EAB106")>]
type IDTSInputCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D8AA4195-2D83-4507-8CFB-7DD5D26550DF")>]
type IDTSInputCollection100 = interface
interface IEnumerable
Public Interface IDTSInputCollection100
Implements IEnumerable
- 属性
- 実装
注釈
IDTSInputCollection100はデータフローコンポーネントのIDTSInput100オブジェクトを含みます。
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
IDTSInputCollection100コレクション内のIDTSInput100オブジェクトの数を取得します。 |
| Item[Object] |
|
メソッド
| 名前 | 説明 |
|---|---|
| FindObjectByID(Int32) |
リクエストされたオブジェクトをコレクション内のIDで位置特定します。 |
| FindObjectIndexByID(Int32) |
リクエストされたオブジェクトのインデックスをそのIDでコレクション内で特定します。 |
| GetEnumerator() |
IDTSInputCollection100を反復できる列挙子を返します。 |
| GetObjectByID(Int32) |
IDTSInputCollection100コレクションからIDTSInput100オブジェクトを取得します。 |
| GetObjectIndexByID(Int32) |
コレクション内の IDTSInput100 オブジェクトのインデックスを取得します。 |
| New() |
新しい IDTSInput100 オブジェクトを作成し、それを IDTSInputCollection100に追加します。 |
| NewAt(Int32) |
コレクション内の指定されたインデックスに新しい入力オブジェクトを追加します。 |
| RemoveAll() |
コレクションから各 IDTSInput100 オブジェクトを削除します。 |
| RemoveObjectByID(Int32) |
そのIDで指定された入力オブジェクトをコレクションから削除します。 |
| RemoveObjectByIndex(Object) |
コレクションから入力オブジェクトを削除します。 |
| SetIndex(Int32, Int32) |
IDTSInput100オブジェクトの位置を変えます。 |