다음을 통해 공유


IDTSConnectionInfos100.Item 속성

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

Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

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

구문

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

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

매개 변수

  • Index
    유형: System.Object
    The name, index, ID, or identity of the object in the collection to return.

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfo100
A IDTSConnectionInfo100 object from the collection that matches the name, index, ID, or identity given in the Index parameter.

참고 항목

참조

IDTSConnectionInfos100 인터페이스

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