Freigeben über


MetadataProperty.PropertyKind-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 Wert dieser PropertyKind ab.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PropertyKind As PropertyKind 
    Get
'Usage
Dim instance As MetadataProperty 
Dim value As PropertyKind 

value = instance.PropertyKind
public virtual PropertyKind PropertyKind { get; }
public:
virtual property PropertyKind PropertyKind {
    PropertyKind get ();
}
abstract PropertyKind : PropertyKind 
override PropertyKind : PropertyKind
function get PropertyKind () : PropertyKind

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.PropertyKind
Der Wert dieser PropertyKind.

Siehe auch

Verweis

MetadataProperty Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace