IDTSInputCollection100.RemoveObjectByID Method
Removes an input object specified by its ID from a collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub RemoveObjectByID ( _
lID As Integer _
)
'Usage
Dim instance As IDTSInputCollection100
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
)
Parameters
- lID
Type: System.Int32
The ID of the input to remove.
Remarks
The RemoveObjectByID method deletes the input object with the specified ID from the collection. If an input does not exist with the specified ID, a Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX exception occurs.