Compartir a través de


DacDeployOptions.DropDmlTriggersNotInSource Propiedad

Get or set boolean that specifies whether to drop all DML triggers that do not exist in the source model.

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public Property DropDmlTriggersNotInSource As Boolean 
    Get 
    Set
'Uso
Dim instance As DacDeployOptions 
Dim value As Boolean 

value = instance.DropDmlTriggersNotInSource

instance.DropDmlTriggersNotInSource = value
public bool DropDmlTriggersNotInSource { get; set; }
public:
property bool DropDmlTriggersNotInSource {
    bool get ();
    void set (bool value);
}
member DropDmlTriggersNotInSource : bool with get, set
function get DropDmlTriggersNotInSource () : boolean 
function set DropDmlTriggersNotInSource (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True to drop DML triggers not in the source model; otherwise, false. Default is true.

Vea también

Referencia

DacDeployOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac