Share via


IDTSExtendedProperties100.Item 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets an IDTSExtendedProperty100 object from the collection.

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

구문

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

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

매개 변수

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExtendedProperty100
An IDTSExtendedProperty100 object.

주의

For more information, see ExtendedProperties.

참고 항목

참조

IDTSExtendedProperties100 인터페이스

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