Freigeben über


DbGeography.EndPoint-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 einen DbGeography-Wert ab, der den Anfangspunkt des Werts darstellt. Der kann möglicherweise NULL sein, wenn dieser DbGeography-Wert keine Kurve darstellt.

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

Syntax

'Declaration
Public ReadOnly Property EndPoint As DbGeography 
    Get
'Usage
Dim instance As DbGeography 
Dim value As DbGeography 

value = instance.EndPoint
public DbGeography EndPoint { get; }
public:
property DbGeography^ EndPoint {
    DbGeography^ get ();
}
member EndPoint : DbGeography
function get EndPoint () : DbGeography

Eigenschaftswert

Typ: System.Data.Entity.Spatial.DbGeography
Ein DbGeography-Wert, der den Startpunkt dieses Werts darstellt.

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace