言語

IDTSInputColumnCollection100.Item[Object] プロパティ

定義

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

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

パラメーター

Index
Object

取得すべき IDTSInputColumn100 オブジェクトの名前またはインデックス。

プロパティ値

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

属性

注釈

入力列はコレクションの名前やインデックスで取得できます。

適用対象