IDTSRuntimeConnectionCollection100.Item[Object] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSRuntimeConnection100パラメータで指定されたIndexオブジェクトを取得します。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnection100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnection100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
Default Public ReadOnly Property Item(Index As Object) As IDTSRuntimeConnection100
パラメーター
- Index
- Object
取得すべき接続の名前またはインデックス。
プロパティ値
IDTSRuntimeConnection100 パラメーターで指定されたIndex。
- 属性
注釈
GetObjectByIDメソッドはIndexパラメータに一致する実行時接続オブジェクトを取得します。 もし一致する入力が存在しなければ、Microsoft。例外SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEXが出されます。