Condividi tramite


Proprietà SqlSchemaDeploymentOptions.CheckNewConstraints

Ottiene o imposta un valore che indica se i nuovi vincoli devono essere controllati durante la distribuzione di modifiche.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build