DbGeography.PointCount 속성

정의

줄 바꿈 또는 선형 링을 나타내는 경우 이 DbGeography 값의 점 수를 가져옵니다.

public:
 property Nullable<int> PointCount { Nullable<int> get(); };
public int? PointCount { get; }
member this.PointCount : Nullable<int>
Public ReadOnly Property PointCount As Nullable(Of Integer)

속성 값

줄 바꿈 또는 선형 링을 나타내는 경우 이 지리 값의 요소 수입니다. 그렇지 않으면 . null

적용 대상