다음을 통해 공유


IDTSPipelineComponentInfos100.Item[Object] 속성

정의

컬렉션에서 IDTSPipelineComponentInfo100 개체를 가져옵니다.

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

매개 변수

Index
Object

컬렉션에서 찾을 항목의 이름, ID, 설명 또는 인덱스입니다.

속성 값

컬렉션의 IDTSPipelineComponentInfo100 개체 중 인덱스 설명과 일치하는 개체입니다.

특성

설명

자세한 내용은 PipelineComponentInfos를 참조하세요.

적용 대상