Metodo SfcCollection<T, K, ParentT>.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. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Friend Function RemoveInternal ( _
obj As T _
) As Boolean
'Utilizzo
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
Parametri
- obj
Tipo: T
The object to remove.
Valore restituito
Tipo: System.Boolean
true if the object is successfully marked; otherwise, false.