다음을 통해 공유


RemoveObjectByIndex 메서드

Removes an IDTSExternalMetadataColumn100 object at the specified index.

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

구문

‘선언
Sub RemoveObjectByIndex ( _
    Index As Object _
)
‘사용 방법
Dim instance As IDTSExternalMetadataColumnCollection100
Dim Index As Object

instance.RemoveObjectByIndex(Index)
void RemoveObjectByIndex(
    Object Index
)
void RemoveObjectByIndex(
    [InAttribute] Object^ Index
)
abstract RemoveObjectByIndex : 
        Index:Object -> unit 
function RemoveObjectByIndex(
    Index : Object
)

매개 변수

주의

This method removes the IDTSExternalMetadataColumn100 column located at the specified index. If the Index is outside the bounds of the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX exception occurs.