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)

속성 값

Nullable<Int32>

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

적용 대상