다음을 통해 공유


DbGeography.PointCount 속성

정의

이 DbGeography 값이 LineString 또는 선형 링을 나타내는 경우 해당 값의 점 수를 가져옵니다. <returns>이 geography 값에 있는 요소의 개수(줄 바꿈 또는 선형 링을 나타내는 경우)이고, 그렇지 않으면 null입니다.</반환>

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

속성 값

이 DbGeography 값의 지점 수입니다.

적용 대상