Freigeben über


DbGeography.DefaultCoordinateSystemId-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 des Standardkoordinatensystems (SRID) für Geografiewerte (WGS 84) ab.

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

Syntax

'Declaration
Public Shared ReadOnly Property DefaultCoordinateSystemId As Integer 
    Get
'Usage
Dim value As Integer 

value = DbGeography.DefaultCoordinateSystemId
public static int DefaultCoordinateSystemId { get; }
public:
static property int DefaultCoordinateSystemId {
    int get ();
}
static member DefaultCoordinateSystemId : int
static function get DefaultCoordinateSystemId () : int

Eigenschaftswert

Typ: System.Int32
Die ID des Standardkoordinatensystems (SRID) für Geografiewerte (WGS 84).

Siehe auch

Verweis

DbGeography Klasse

System.Data.Entity.Spatial-Namespace