DbGeography.Area プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
この DbGeography 値の面積を示す null 許容型の double 値を取得します。この値が面を表していない場合は null が返されます。
名前空間: System.Data.Entity.Spatial
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public ReadOnly Property Area As Nullable(Of Double)
Get
'使用
Dim instance As DbGeography
Dim value As Nullable(Of Double)
value = instance.Area
public Nullable<double> Area { get; }
public:
property Nullable<double> Area {
Nullable<double> get ();
}
member Area : Nullable<float>
function get Area () : Nullable<double>
プロパティ値
型 : System.Nullable<Double>
この DbGeography 値の領域を示す null 許容の double 値。