Freigeben über


HistoryRow.MigrationId-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 die ID der Migration ab, die von dieser Zeile dargestellt wird, oder legt sie fest.

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

Syntax

'Declaration
Public Property MigrationId As String 
    Get 
    Set
'Usage
Dim instance As HistoryRow 
Dim value As String 

value = instance.MigrationId

instance.MigrationId = value
public string MigrationId { get; set; }
public:
property String^ MigrationId {
    String^ get ();
    void set (String^ value);
}
member MigrationId : string with get, set
function get MigrationId () : String 
function set MigrationId (value : String)

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

HistoryRow Klasse

System.Data.Entity.Migrations.History-Namespace