SqlGeometry.STCentroid メソッド

定義

1 つ以上の多角形で構成される SqlGeometry インスタンスの幾何学的中心を返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry STCentroid();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STCentroid : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STCentroid () As SqlGeometry

返品

呼び出し元SqlGeometryの幾何学的中心を表すSqlGeometry オブジェクト。

属性

適用対象