Partilhar via


Propriedade SqlSchemaDeploymentOptions.IgnoreWithNocheckOnCheckConstraints

Obtém ou define um valor que indica se uma instrução com NOCHECK em restrições de verificação deve ser ignorada quando esquemas são comparadas.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build