Item 속성

Gets the IDTSInput100 object specified by the Index parameter.

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

구문

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

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

매개 변수

속성 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInput100
The IDTSInput100 object specified by the Index parameter.

주의

The object parameter can specify the name or index of the input object in the collection. If the input specified by the Index parameter is not found in the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND exception occurs.