Share via


RemoveInternal Método

Marks the specified object for removal. The state of the object is set to ToBeDropped. The object will be removed when the parent is altered or dropped. 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
Protected Friend Function RemoveInternal ( _
    obj As T _
) As Boolean
'Uso
Dim obj As T
Dim returnValue As Boolean

returnValue = Me.RemoveInternal(obj)
protected internal bool RemoveInternal(
    T obj
)
protected public:
bool RemoveInternal(
    T obj
)
member RemoveInternal : 
        obj:'T -> bool 
 function RemoveInternal(
    obj : T
) : boolean

Parámetros

  • obj
    Tipo: T
    The object to remove.

Valor devuelto

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