Freigeben über


MoveTableOperation.IsSystem-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft einen Wert ab, der angibt, ob es sich um eine Systemtabelle handelt.

Namespace:  System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property IsSystem As Boolean 
    Get 
    Friend Set
'Usage
Dim instance As MoveTableOperation 
Dim value As Boolean 

value = instance.IsSystem
public bool IsSystem { get; internal set; }
public:
property bool IsSystem {
    bool get ();
    internal: void set (bool value);
}
member IsSystem : bool with get, internal set
function get IsSystem () : boolean 
internal function set IsSystem (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true, wenn die Tabelle eine Systemtabelle ist; andernfalls false.

Siehe auch

Verweis

MoveTableOperation Klasse

System.Data.Entity.Migrations.Model-Namespace