Freigeben über


SfcCollection<T, K, ParentT>.RemoveInternal-Methode

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. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend Function RemoveInternal ( _
    obj As T _
) As Boolean
'Usage
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

Parameter

  • obj
    Typ: T
    The object to remove.

Rückgabewert

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

Siehe auch

Verweis

SfcCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace