IDTSOutputCollection100.Item[Object] 속성

정의

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

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

매개 변수

Index
Object

검색할 이름이나 인덱스 IDTSOutput100 .

속성 값

IDTSOutput100 매개 변수에 지정된 값입니다Index.

특성

설명

이 속성은 Item 컬렉션 내에서 이름이나 인덱스로 출력을 가져오는 것을 지원합니다.

적용 대상