Partager via


Méthode RemoveObjectByID

Deletes the output column object with the specified ID from a collection.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Utilisation
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
)

Paramètres

Notes

If an IDTSOutputColumn100 object with the specified ID does not exist, then an DTS_E_ITEMNOTFOUNDINCOLLECTION exception occurs.