Compartilhar via


Método Remove

Removes the specified object from the collection. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public MustOverride Function Remove ( _
    obj As T _
) As Boolean
'Uso
Dim instance As SfcCollection
Dim obj As T
Dim returnValue As Boolean

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

Parâmetros

  • obj
    Tipo: T
    The object to remove.

Valor de retorno

Tipo: System. . :: . .Boolean
true if the object is successfully removed; otherwise, false.

Implementa

ICollection< (Of < ( <'T> ) > ) >. . :: . .Remove(T)