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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.