言語

IDTSConnections100.Item[Object] プロパティ

定義

指定されたキーで接続マネージャーを返します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ get(System::Object ^ Key); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 this[object Key] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Default Public ReadOnly Property Item(Key As Object) As IDTSConnectionManager100

パラメーター

Key
Object

返す接続マネージャーの名前、識別子、ID、インデックス。

プロパティ値

指定されたキーを持つ接続マネージャーです。

属性

注釈

詳細については、Connectionsを参照してください。

適用対象