次の方法で共有


DbGeometry.PointCount プロパティ

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

この DbGeometry 値がラインストリングまたは線形リングを表す場合、そのポイント数を取得します。

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

構文

'宣言
Public ReadOnly Property PointCount As Nullable(Of Integer)
    Get
'使用
Dim instance As DbGeometry 
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>
ラインストリングまたは線形リングを表す場合は、この geometry 値の要素の数。それ以外の場合は null。

参照

参照

DbGeometry クラス

System.Data.Entity.Spatial 名前空間