Partager via


Méthode Remove

Removes an object from the set.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Function Remove ( _
    item As T _
) As Boolean
'Utilisation
Dim instance As IMutableTriggerEventSet
Dim item As T
Dim returnValue As Boolean

returnValue = instance.Remove(item)
bool Remove(
    T item
)
bool Remove(
    T item
)
abstract Remove : 
        item:'T -> bool 
function Remove(
    item : T
) : boolean

Paramètres

  • item
    Type : T
    The object to remove from the set. This value cannot be a null reference.

Valeur de retour

Type : System. . :: . .Boolean
true if the item is successfully removed. false if the item is not successfully removed, or if the item is not found in the set.