Méthode 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. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Friend Function RemoveInternal ( _
obj As T _
) As Boolean
'Utilisation
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
Paramètres
- obj
Type : T
The object to remove.
Valeur de retour
Type : System.Boolean
true if the object is successfully marked; otherwise, false.