IDTSRuntimeConnectionCollection100.Item[Object] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Index
매개 변수로 지정된 IDTSRuntimeConnection100 개체를 가져옵니다.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnection100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSRuntimeConnection100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSRuntimeConnection100
Default Public ReadOnly Property Item(Index As Object) As IDTSRuntimeConnection100
매개 변수
- Index
- Object
검색할 연결의 이름 또는 인덱스입니다.
속성 값
Index
매개 변수로 지정된 IDTSRuntimeConnection100입니다.
- 특성
설명
메서드는 GetObjectByID 매개 변수와 일치하는 런타임 연결 개체를 검색합니다 Index
. 일치하는 입력이 없으면 Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX 예외가 throw됩니다.