Freigeben über


MoveTableOperation.NewSchema-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 den Namen des Schemas ab, in das die Tabelle verschoben werden soll.

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

Syntax

'Declaration
Public Overridable ReadOnly Property NewSchema As String 
    Get
'Usage
Dim instance As MoveTableOperation 
Dim value As String 

value = instance.NewSchema
public virtual string NewSchema { get; }
public:
virtual property String^ NewSchema {
    String^ get ();
}
abstract NewSchema : string 
override NewSchema : string
function get NewSchema () : String

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

MoveTableOperation Klasse

System.Data.Entity.Migrations.Model-Namespace