次の方法で共有


IDTSPathCollection100.Item[Object] プロパティ

定義

Index パラメーターで指定された IDTSPathCollection100 オブジェクトを取得します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPath100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100 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.IDTSPath100
Default Public ReadOnly Property Item(Index As Object) As IDTSPath100

パラメーター

Index
Object

取得する IDTSPathCollection100 の名前またはインデックスです。

プロパティ値

Index パラメーターで指定された IDTSPath100 オブジェクトです。

属性

適用対象