IDTSConnections100.Item 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Returns the connection manager with the specified key.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
ReadOnly Default Property Item ( _
Key As Object _
) As IDTSConnectionManager100
Get
‘사용 방법
Dim instance As IDTSConnections100
Dim Key As Object
Dim value As IDTSConnectionManager100
value = instance(Key)
IDTSConnectionManager100 this[
Object Key
] { get; }
property IDTSConnectionManager100^ default[[InAttribute] Object^ Key] {
IDTSConnectionManager100^ get ([InAttribute] Object^ Key);
}
abstract Item : IDTSConnectionManager100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- Key
유형: System.Object
The name, identity, ID, or index of the connection manager to return.
속성 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager with the specified key.
주의
For more information, see Connections.