Freigeben über


HistoryRow.Model-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 Zustand des Modells nach Anwendung der Migration ab oder legt ihn fest.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")> _
Public Property Model As Byte()
    Get 
    Set
'Usage
Dim instance As HistoryRow 
Dim value As Byte()

value = instance.Model

instance.Model = value
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
public byte[] Model { get; set; }
[SuppressMessageAttribute(L"Microsoft.Performance", L"CA1819:PropertiesShouldNotReturnArrays")]
public:
property array<unsigned char>^ Model {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
[<SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")>]
member Model : byte[] with get, set
function get Model () : byte[]
function set Model (value : byte[])

Eigenschaftswert

Typ: System.Byte[]

Siehe auch

Verweis

HistoryRow Klasse

System.Data.Entity.Migrations.History-Namespace