Compartir a través de


SqlSchemaDeploymentOptions.DropConstraintsNotInSource (Propiedad)

Obtiene o establece un valor que indica si se deben quitar las restricciones que solo aparecen en el destino al implementar los cambios.

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Public Property DropConstraintsNotInSource As Boolean
    Get
    Set
public bool DropConstraintsNotInSource { get; set; }
public:
property bool DropConstraintsNotInSource {
    bool get ();
    void set (bool value);
}
member DropConstraintsNotInSource : bool with get, set
function get DropConstraintsNotInSource () : boolean
function set DropConstraintsNotInSource (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaDeploymentOptions Clase

Microsoft.Data.Schema.Sql.Build (Espacio de nombres)