Compartir a través de


IMarkForDrop.MarkForDrop Método

Marks the referenced object to be dropped next time its parent object is altered by the Alter method.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Sub MarkForDrop ( _
    dropOnAlter As Boolean _
)
'Uso
Dim instance As IMarkForDrop 
Dim dropOnAlter As Boolean

instance.MarkForDrop(dropOnAlter)
void MarkForDrop(
    bool dropOnAlter
)
void MarkForDrop(
    bool dropOnAlter
)
abstract MarkForDrop : 
        dropOnAlter:bool -> unit
function MarkForDrop(
    dropOnAlter : boolean
)

Parámetros

  • dropOnAlter
    Tipo: System.Boolean
    A Boolean value that specifies whether to drop an object when its parent object is altered with the Alter method.If True, the object is dropped when the Alter method is run on the parent object.If False, the object is dropped immediately.

Vea también

Referencia

IMarkForDrop Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Common