Partilhar via


Propriedade SqlSchemaDeploymentOptions.CheckNewConstraints

Obtém ou define um valor que indica se as novas restrições devem ser verificadas 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 CheckNewConstraints As Boolean
    Get
    Set
public bool CheckNewConstraints { get; set; }
public:
property bool CheckNewConstraints {
    bool get ();
    void set (bool value);
}
member CheckNewConstraints : bool with get, set
function get CheckNewConstraints () : boolean
function set CheckNewConstraints (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