Compartilhar via


Propriedade SqlSchemaDeploymentOptions.IgnoreWithNocheckOnForeignKeys

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

Sintaxe

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

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

SqlSchemaDeploymentOptions Classe

Namespace Microsoft.Data.Schema.Sql.Build