Compartir a través de


SqlSchemaDeploymentOptions.IgnoreWithNocheckOnForeignKeys (Propiedad)

Espacio de nombres:  Microsoft.Data.Schema.Sql.Build
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Public Property IgnoreWithNocheckOnForeignKeys As Boolean
    Get
    Set
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
public:
property bool IgnoreWithNocheckOnForeignKeys {
    bool get ();
    void set (bool value);
}
member IgnoreWithNocheckOnForeignKeys : bool with get, set
function get IgnoreWithNocheckOnForeignKeys () : boolean
function set IgnoreWithNocheckOnForeignKeys (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)