Méthode MarkForDropImpl
Returns a value that indicates the existing objects to be dropped. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Sub MarkForDropImpl ( _
dropOnAlter As Boolean _
)
'Utilisation
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
)
Paramètres
- dropOnAlter
Type : System. . :: . .Boolean
true to the objects to be dropped; otherwise, false.