Partager via


Méthode UrnCollection.Remove

Removes a specified URN from a collection.

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

Syntaxe

'Déclaration
Public Function Remove ( _
    urn As Urn _
) As Boolean
'Utilisation
Dim instance As UrnCollection 
Dim urn As Urn 
Dim returnValue As Boolean 

returnValue = instance.Remove(urn)
public bool Remove(
    Urn urn
)
public:
virtual bool Remove(
    Urn^ urn
) sealed
abstract Remove : 
        urn:Urn -> bool  
override Remove : 
        urn:Urn -> bool
public final function Remove(
    urn : Urn
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
A removed URN.

Implémente

ICollection<T>.Remove(T)

Exemples

Utilisation de collections

Voir aussi

Référence

UrnCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo