다음을 통해 공유


DbGeography.Measure 속성

정의

점을 나타낼 경우 이 DbGeography 값의 M(측정값) 좌표를 가져옵니다.

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)

속성 값

점을 나타내는 경우 이 지리 값의 M(측정값) 좌표 값입니다. 그렇지 않으면 입니다 null.

적용 대상