Share via


IDTSCustomPropertyCollection100.RemoveObjectByID 메서드

Deletes an IDTSCustomProperty100 having the specified ID.

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

구문

‘선언
Sub RemoveObjectByID ( _
    lID As Integer _
)
‘사용 방법
Dim instance As IDTSCustomPropertyCollection100 
Dim lID As Integer

instance.RemoveObjectByID(lID)
void RemoveObjectByID(
    int lID
)
void RemoveObjectByID(
    [InAttribute] int lID
)
abstract RemoveObjectByID : 
        lID:int -> unit
function RemoveObjectByID(
    lID : int
)

매개 변수

  • lID
    유형: System.Int32
    The ID of the property to remove from the collection.

참고 항목

참조

IDTSCustomPropertyCollection100 인터페이스

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