Freigeben über


MarkForDropImpl-Methode

Returns a value that indicates the existing objects to be 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 Sub MarkForDropImpl ( _
    dropOnAlter As Boolean _
)
'Usage
Dim dropOnAlter As Boolean

Me.MarkForDropImpl(dropOnAlter)
protected void MarkForDropImpl(
    bool dropOnAlter
)
protected:
void MarkForDropImpl(
    bool dropOnAlter
)
member MarkForDropImpl : 
        dropOnAlter:bool -> unit 
protected function MarkForDropImpl(
    dropOnAlter : boolean
)

Parameter