次の方法で共有


DbGeography.PointCount プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この DbGeography 値がラインストリングまたは線形リングを表す場合、そのポイント数を取得します。 <returns>ラインストリングまたは線形リングを表す場合は、この geography 値の要素の数。それ以外の場合は null。</returns>

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public ReadOnly Property PointCount As Nullable(Of Integer)
    Get
'使用
Dim instance As DbGeography 
Dim value As Nullable(Of Integer)

value = instance.PointCount
public Nullable<int> PointCount { get; }
public:
property Nullable<int> PointCount {
    Nullable<int> get ();
}
member PointCount : Nullable<int>
function get PointCount () : Nullable<int>

プロパティ値

型 : System.Nullable<Int32>
この DbGeography 値のポイントの数。

参照

参照

DbGeography クラス

System.Data.Entity.Spatial 名前空間