IDTSInputCollection100.Item[Object] 속성

정의

Index 매개 변수로 지정된 IDTSInput100 개체를 가져옵니다.

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

매개 변수

Index
Object

검색할 IDTSInput100의 이름 또는 인덱스입니다.

속성 값

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

특성

설명

매개 변수는 object 컬렉션에 있는 입력 개체의 이름 또는 인덱스 지정할 수 있습니다. 매개 변수에 지정된 입력이 Index 컬렉션에 없으면 Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND 예외가 발생합니다.

적용 대상