IDTSOutputCollection100.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 IDTSOutput100
Get
‘사용 방법
Dim instance As IDTSOutputCollection100
Dim Index As Object
Dim value As IDTSOutput100
value = instance(Index)
IDTSOutput100 this[
Object Index
] { get; }
property IDTSOutput100^ default[[InAttribute] Object^ Index] {
IDTSOutput100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSOutput100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- Index
유형: System.Object
The name or index of the IDTSOutput100 to retrieve.
속성 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The IDTSOutput100 specified by the Index parameter.
주의
The Item property supports retrieving outputs by name or index in the collection.