다음을 통해 공유


IDTSCustomPropertyCollection100.Item 속성

Gets the IDTSCustomProperty100 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 IDTSCustomProperty100 
    Get
‘사용 방법
Dim instance As IDTSCustomPropertyCollection100 
Dim Index As Object 
Dim value As IDTSCustomProperty100 

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

매개 변수

속성 값

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

참고 항목

참조

IDTSCustomPropertyCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스