IDTSInputColumnCollection100.Item[Object] 속성

정의

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

매개 변수

Index
Object

속성 값

Index 매개 변수로 지정된 IDTSInputColumn100 개체입니다.

특성

설명

컬렉션의 이름 또는 인덱스를 사용하여 컬렉션에서 입력 열을 검색할 수 있습니다.

적용 대상