MarkForDropImpl Método
Returns a value that indicates the existing objects to be dropped. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.