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