Partilhar via


Método UrnCollection.Remove

Removes a specified URN from a collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function Remove ( _
    urn As Urn _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
A removed URN.

Implementa

ICollection<T>.Remove(T)

Exemplos

Usando coleções

Consulte também

Referência

UrnCollection Classe

Namespace Microsoft.SqlServer.Management.Smo