다음을 통해 공유


DbGeography.PointCount 속성

정의

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

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)

속성 값

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

적용 대상