Partager via


Méthode MessageCollectionBase.Remove (Int32)

Removes the object with the specified ID value from the message collection object.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    id As Integer _
)
'Utilisation
Dim instance As MessageCollectionBase 
Dim id As Integer

instance.Remove(id)
public void Remove(
    int id
)
public:
void Remove(
    int id
)
member Remove : 
        id:int -> unit
public function Remove(
    id : int
)

Paramètres

Exemples

Utilisation de collections

Voir aussi

Référence

MessageCollectionBase Classe

Surcharge Remove

Espace de noms Microsoft.SqlServer.Management.Smo