Sdílet prostřednictvím


SqlSchemaDeploymentOptions.IgnoreWithNocheckOnForeignKeys – vlastnost

Obor názvů:  Microsoft.Data.Schema.Sql.Build
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlSchemaDeploymentOptions Třída

Microsoft.Data.Schema.Sql.Build – obor názvů