다음을 통해 공유


Item 속성

Gets the IDTSCustomProperty100 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 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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수