IDTSConnections100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
接続管理者の集合を扱うためのプロパティと手法を提供します。
public interface class IDTSConnections100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")]
public interface IDTSConnections100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AC6B94B-9159-4B01-9BFF-A970CDE56774")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1C3948FA-FAAA-4A94-AC6B-25BF62132A47")>]
type IDTSConnections100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1A72DB26-B683-45B0-B47E-FC609FF2235F")>]
type IDTSConnections100 = interface
interface IEnumerable
Public Interface IDTSConnections100
Implements IEnumerable
- 属性
- 実装
注釈
詳細については、Connectionsを参照してください。
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
コレクションに含まれる項目の数を取得します。 |
| Item[Object] |
指定されたキーで接続マネージャーを返します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Add(String) |
指定された接続タイプのコネクションマネージャーをコレクションに追加します。 |
| AddFromXML(Object, IDTSEvents100) |
XMLドキュメントでシリアライズされた接続マネージャーをコレクションに追加します。 |
| Contains(Object) |
指定されたキーを持つコネクションマネージャーがコレクションに含まれているかどうかを判定します。 |
| GetEnumerator() |
コレクションを反復処理する列挙子を取得します。 |
| Join(IDTSConnectionManager100) |
指定された接続マネージャーをこのコレクションに結合します。 |
| Remove(Object) |
コレクションからコネクションマネージャーを削除します。 |