Freigeben über


MoveProcedureOperation.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 das neue Schema für die gespeicherte Prozedur ab.

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 MoveProcedureOperation 
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
Das neue Schema für die gespeicherte Prozedur.

Siehe auch

Verweis

MoveProcedureOperation Klasse

System.Data.Entity.Migrations.Model-Namespace