다음을 통해 공유


Item 속성

Gets the IDTSExternalMetadataColumn100 object specified by the Index parameter.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSExternalMetadataColumn100
    Get
‘사용 방법
Dim instance As IDTSExternalMetadataColumnCollection100
Dim Index As Object
Dim value As IDTSExternalMetadataColumn100

value = instance(Index)
IDTSExternalMetadataColumn100 this[
    Object Index
] { get; }
property IDTSExternalMetadataColumn100^ default[[InAttribute] Object^ Index] {
    IDTSExternalMetadataColumn100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSExternalMetadataColumn100
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

주의

External metadata columns can be retrieved from the collection using the name or index of the column as the Index parameter. If the column specified by the Index parameter is not found in the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX exception occurs.