共用方式為


SqlSpatialFunctions.EnvelopeCenter(DbGeography) 方法

定義

傳回點,可做為地理執行個體周框圓形的中心。

[System.Data.Entity.DbFunction("SqlServer", "ENVELOPECENTER")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography EnvelopeCenter(System.Data.Entity.Spatial.DbGeography geographyValue);
static member EnvelopeCenter : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Shared Function EnvelopeCenter (geographyValue As DbGeography) As DbGeography

參數

geographyValue
DbGeography

地理值。

傳回

指定周框圓形中心位置的 SqlGeography 值。

屬性

適用於