Item 속성

Gets the IDTSInputColumn100 object specified by the Index parameter.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSInputColumn100
    Get
‘사용 방법
Dim instance As IDTSInputColumnCollection100
Dim Index As Object
Dim value As IDTSInputColumn100

value = instance(Index)
IDTSInputColumn100 this[
    Object Index
] { get; }
property IDTSInputColumn100^ default[[InAttribute] Object^ Index] {
    IDTSInputColumn100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSInputColumn100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

속성 값

형식: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInputColumn100
The IDTSInputColumn100 object specified by the Index parameter.

주의

Input columns can be retrieved from the collection by name or index in the collection.