IDTSInputColumnCollection100.Item[Object] 속성

정의

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

매개 변수

Index
Object

속성 값

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

특성

설명

입력 열은 컬렉션 내 이름이나 인덱스로 검색할 수 있습니다.

적용 대상