SqlSchemaDeploymentOptions.IgnoreWithNocheckOnCheckConstraints (Propiedad)
Obtiene o establece un valor que indica si se debe omitir una instrucción WITH NOCHECK en las restricciones CHECK al comparar los esquemas.
Espacio de nombres: Microsoft.Data.Schema.Sql.Build
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: System.Boolean
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.