IDTSInputCollection100.Item[Object] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Indexパラメータで指定されたIDTSInput100オブジェクトを取得します。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 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.IDTSInput100
Default Public ReadOnly Property Item(Index As Object) As IDTSInput100
パラメーター
- Index
- Object
取得すべき IDTSInput100 の名前またはインデックス。
プロパティ値
IDTSInput100 パラメーターで指定されたIndex オブジェクト。
- 属性
注釈
objectパラメータは、コレクション内の入力オブジェクトの名前やインデックスを指定することができます。
Indexパラメータで指定された入力がコレクションに見つからない場合、Microsoft。SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND例外が発生します。