次の方法で共有


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)

プロパティ値

この geography 値の要素の数 (ラインストリングまたは線形リングを表す場合)。それ以外の場合は null

適用対象