IDTSRuntimeConnectionCollection100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSRuntimeConnectionCollection100 オブジェクトのコレクションを含んでいます。
public interface class IDTSRuntimeConnectionCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")]
public interface IDTSRuntimeConnectionCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("739C4140-CDD0-4C4C-A3A9-D6A28CFD3299")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83C9E3B7-2F3F-457D-8E09-EFAC08AE5A28")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("21BA6AA3-D747-4391-BFB5-EFE5CE32256C")>]
type IDTSRuntimeConnectionCollection100 = interface
interface IEnumerable
Public Interface IDTSRuntimeConnectionCollection100
Implements IEnumerable
- 属性
- 実装
注釈
外部データ ソースに接続するデータ フロー コンポーネントは、パッケージ レベルで作成された ConnectionManager オブジェクトを使用して接続を実行します。 このコレクションには、コンポーネントが外部データ ソースにアクセスするために使用するパッケージ内の接続マネージャーへの参照が保存されます。
プロパティ
Count |
コレクションに含まれる IDTSRuntimeConnection100 オブジェクトの数を返します。 |
Item[Object] |
|
メソッド
FindObjectByID(Int32) |
コレクション内の要求されたオブジェクトを ID によって検索します。 |
FindObjectIndexByID(Int32) |
コレクション内の要求されたオブジェクトのインデックスを ID によって検索します。 |
GetEnumerator() |
IDTSRuntimeConnectionCollection100 を繰り返し処理できる列挙子を返します。 |
GetObjectByID(Int32) |
コレクションから IDTSRuntimeConnection100 オブジェクトを取得します。 |
GetObjectIndexByID(Int32) |
コレクション内の IDTSRuntimeConnection100 オブジェクトのインデックスを取得します。 |
GetRuntimeConnectionByName(String) |
IDTSRuntimeConnection100 オブジェクトのランタイム接続を名前で取得します。 |
New() |
新しい IDTSRuntimeConnection100 オブジェクトを作成し、コレクションに追加します。 |
NewAt(Int32) |
コレクション内の指定した場所に新しいランタイム接続を追加します。 |
RemoveAll() |
コレクションから各 IDTSRuntimeConnection100 オブジェクトを削除します。 |
RemoveObjectByID(Int32) |
指定した接続オブジェクトをコレクションから削除します。 |
RemoveObjectByIndex(Object) |
指定したインデックスにあるランタイム接続をコレクションから削除します。 |
SetIndex(Int32, Int32) |
コレクション内でのランタイム接続オブジェクトの場所を変更します。 |