Método ImplRemoveExisting
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
Protected Overrides Function ImplRemoveExisting ( _
obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean
returnValue = Me.ImplRemoveExisting(obj)
protected override bool ImplRemoveExisting(
T obj
)
protected:
virtual bool ImplRemoveExisting(
T obj
) override
abstract ImplRemoveExisting :
obj:'T -> bool
override ImplRemoveExisting :
obj:'T -> bool
protected override function ImplRemoveExisting(
obj : T
) : boolean
Parâmetros
- obj
Tipo: T
The object to remove from the collection.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the object was successfully removed; otherwise, false.