Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the output column object with the specified 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 IDTSOutputColumnCollection100
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 IDTSOutputColumn100 to remove.
Remarks
If an IDTSOutputColumn100 object with the specified ID does not exist, then an DTS_E_ITEMNOTFOUNDINCOLLECTION exception occurs.