SfcInstance.MarkForDropImpl Method
Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
)
Parameters
- dropOnAlter
Type: System.Boolean
true to the objects to be dropped; otherwise, false.