다음을 통해 공유


IDTSExternalMetadataColumnCollection100.Item[Object] 속성

정의

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

매개 변수

Index
Object

속성 값

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

특성

설명

외부 메타데이터 열은 열의 이름 또는 인덱스를 매개 변수로 Index 사용하여 컬렉션에서 검색할 수 있습니다. Index 매개 변수로 지정된 열을 컬렉션에서 찾을 수 없으면 예외가 DTS_E_INVALIDINDEX 발생합니다.

적용 대상