DbGeography.Measure-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 M-Koordinate (Measure) dieses DbGeography-Werts ab, wenn er einen Punkt darstellt. <returns>Der M (Measure)-Koordinatenwert dieses Geografiewerts, wenn er einen Punkt darstellt; andernfalls null.</returns>
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Measure As Nullable(Of Double)
Get
'Usage
Dim instance As DbGeography
Dim value As Nullable(Of Double)
value = instance.Measure
public Nullable<double> Measure { get; }
public:
property Nullable<double> Measure {
Nullable<double> get ();
}
member Measure : Nullable<float>
function get Measure () : Nullable<double>
Eigenschaftswert
Typ: System.Nullable<Double>
Die M (Measure)-Koordinate dieses DbGeography-Werts.