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.

适用于