SqlSpatialServices.GetArea 方法 (DbGeography)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回可為 Null 的雙精度浮點數值,指出指定的 DbGeography 值的範圍,如果該值不代表表面,就可能為 null。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function GetArea ( _
geographyValue As DbGeography _
) As Nullable(Of Double)
'用途
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim returnValue As Nullable(Of Double)
returnValue = instance.GetArea(geographyValue)
public override Nullable<double> GetArea(
DbGeography geographyValue
)
public:
virtual Nullable<double> GetArea(
DbGeography^ geographyValue
) override
abstract GetArea :
geographyValue:DbGeography -> Nullable<float>
override GetArea :
geographyValue:DbGeography -> Nullable<float>
public override function GetArea(
geographyValue : DbGeography
) : Nullable<double>
參數
- geographyValue
類型:System.Data.Entity.Spatial.DbGeography
地理位置值,不需要代表表面。
傳回值
類型:System.Nullable<Double>
可為 null 的雙精度浮點數值,表示所指 DbGeography 值的面積。