Compartir a través de


SqlSchemaDeploymentOptions.CheckNewConstraints (Propiedad)

Obtiene o establece un valor que indica si se deberían comprobar las nuevas restricciones 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 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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

SqlSchemaDeploymentOptions Clase

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