共用方式為


SqlSpatialFunctions.EnvelopeCenter(DbGeography) 方法

定義

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

public:
 static System::Data::Spatial::DbGeography ^ EnvelopeCenter(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")]
public static System.Data.Spatial.DbGeography EnvelopeCenter (System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "ENVELOPECENTER")>]
static member EnvelopeCenter : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public Shared Function EnvelopeCenter (geographyValue As DbGeography) As DbGeography

參數

geographyValue
DbGeography

地理值。

傳回

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

屬性

適用於