Condividi tramite


Proprietà SqlSchemaDeploymentOptions.IgnoreWithNocheckOnCheckConstraints

Ottiene o imposta un valore che indica se un'istruzione WITH NOCHECK nei vincoli CHECK deve essere ignorata nel confronto degli schemi.

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

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlSchemaDeploymentOptions Classe

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