次の方法で共有


DbGeography.Measure プロパティ

定義

この DbGeography 値が点を表している場合、その M (Measure) 座標を取得します。 <は、ポイントを>表す場合は、この geography 値の M (メジャー) 座標値を返します。それ以外の場合は null。</返します>

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

プロパティ値

この DbGeography 値の M (測定) 座標。

適用対象