Méthode IDTSCustomPropertyCollection100.RemoveObjectByID

Deletes an IDTSCustomProperty100 having the specified ID.

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 IDTSCustomPropertyCollection100 
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

  • lID
    Type : System.Int32
    The ID of the property to remove from the collection.

Voir aussi

Référence

IDTSCustomPropertyCollection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper