Share via


IDTSInputColumnCollection100.RemoveObjectByIndex 메서드

Deletes an IDTSInputColumn100 at the specified location in the collection.

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

구문

‘선언
Sub RemoveObjectByIndex ( _
    Index As Object _
)
‘사용 방법
Dim instance As IDTSInputColumnCollection100 
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
)

매개 변수

참고 항목

참조

IDTSInputColumnCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스