IDTSRuntimeConnectionCollection100.Item 속성
Gets the IDTSRuntimeConnection100 object 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 IDTSRuntimeConnection100
Get
‘사용 방법
Dim instance As IDTSRuntimeConnectionCollection100
Dim Index As Object
Dim value As IDTSRuntimeConnection100
value = instance(Index)
IDTSRuntimeConnection100 this[
Object Index
] { get; }
property IDTSRuntimeConnection100^ default[[InAttribute] Object^ Index] {
IDTSRuntimeConnection100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSRuntimeConnection100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- Index
유형: System.Object
The name or index of the connection to retrieve.
속성 값
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
The IDTSRuntimeConnection100 specified by the Index parameter.
주의
The GetObjectByID method retrieves the run-time connection object matching the Index parameter. If an input does not exist that matches, an Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX exception is thrown.