Método SfcInstance.MarkForDropImpl
Returns a value that indicates the existing objects to be dropped. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Sub MarkForDropImpl ( _
dropOnAlter As Boolean _
)
'Uso
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
)
Parâmetros
- dropOnAlter
Tipo: System.Boolean
true to the objects to be dropped; otherwise, false.