다음을 통해 공유


DbGeography.Length 속성

정의

이 값이 곡선을 나타내지 않는 경우 null일 수 있는, 이 DbGeography 값의 길이를 나타내는 null 허용 double 값을 가져옵니다.

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

속성 값

이 DbGeography 값의 길이를 나타내는 null 허용 double 값입니다.

적용 대상