IDTSRuntimeConnectionCollection100.Item[Object] 속성

정의

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnection100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSRuntimeConnection100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.IDTSRuntimeConnection100
Default Public ReadOnly Property Item(Index As Object) As IDTSRuntimeConnection100

매개 변수

Index
Object

속성 값

Index 매개 변수로 지정된 IDTSRuntimeConnection100입니다.

특성

설명

Item 메서드는 매개 변수와 일치하는 런타임 연결 개체를 검색합니다 Index . 일치하는 런타임 연결이 없으면 예외가 DTS_E_INVALIDINDEX throw됩니다.

적용 대상