DbGeography.Measure プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この DbGeography 値が点を表している場合、その M (メジャー) 座標を取得します。 <returns>点を表す場合は、この geography 値の M (メジャー) 座標の値。それ以外の場合は null。</returns>
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property Measure As Nullable(Of Double)
Get
'使用
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>
プロパティ値
型 : System.Nullable<Double>
この DbGeography 値の M (メジャー) 座標。