RemoveObjectByID Método
Deletes the output column object with the specified ID from a collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub RemoveObjectByID ( _
lID As Integer _
)
'Uso
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
)
Parámetros
- lID
Tipo: System. . :: . .Int32
The ID of the IDTSOutputColumn100 to remove.
Notas
If an IDTSOutputColumn100 object with the specified ID does not exist, then an DTS_E_ITEMNOTFOUNDINCOLLECTION exception occurs.