Partilhar via


Propriedade SqlSchemaDeploymentOptions.DropConstraintsNotInSource

Obtém ou define um valor que indica se as restrições que ocorrem apenas no destino deveriam ser eliminadas durante a implantação de alterações.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build