次の方法で共有


DbGeography.Measure プロパティ

定義

この DbGeography 値が点を表している場合、その M (Measure) 座標を取得します。

public:
 property Nullable<double> Measure { Nullable<double> get(); };
public double? Measure { get; }
member this.Measure : Nullable<double>
Public ReadOnly Property Measure As Nullable(Of Double)

プロパティ値

ポイントを表す場合は、この geography 値の M (メジャー) 座標値。それ以外の場合は null

適用対象