Freigeben über


TypeUsage.ModelTypeUsage-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.]

Gibt eine Modelltypverwendung für einen Anbietertyp zurück.

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")> _
Public ReadOnly Property ModelTypeUsage As TypeUsage 
    Get
'Usage
Dim instance As TypeUsage 
Dim value As TypeUsage 

value = instance.ModelTypeUsage
[SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public TypeUsage ModelTypeUsage { get; }
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1065:DoNotRaiseExceptionsInUnexpectedLocations")]
public:
property TypeUsage^ ModelTypeUsage {
    TypeUsage^ get ();
}
[<SuppressMessageAttribute("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations")>]
member ModelTypeUsage : TypeUsage
function get ModelTypeUsage () : TypeUsage

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.TypeUsage
Typenverwendung von Modell (CSpace)

Siehe auch

Verweis

TypeUsage Klasse

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