Método RemoveInternal
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. 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 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 de retorno
Tipo: System. . :: . .Boolean
true if the object is successfully marked; otherwise, false.
Consulte também