IDTSPathCollection100.RemoveObjectByID 方法

Removes a IDTSPath100 object specified by the ID parameter.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub RemoveObjectByID ( _
    lID As Integer _
)
用法
Dim instance As IDTSPathCollection100 
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 IDTSPath100 object to remove from the collection.

请参阅

参考

IDTSPathCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间