SfcCollection<T, K, ParentT>.Remove Método
Removes the specified object from the collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
true if the object is successfully removed; otherwise, false.