次の方法で共有


IDTSOutputCollection100.Item[Object] プロパティ

定義

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 プロパティを使用すると、コレクション内の出力を名前またはインデックスによって取得できます。

適用対象