GeographyConvexHullAggregate.Accumulate 方法 (SqlGeography)
此 API 支持 产品 基础结构,不应从代码直接使用。
添加了给定 SqlGeography 到此凸包的对象。
命名空间: Microsoft.SqlServer.Types
程序集: Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)
语法
public void Accumulate(
SqlGeography g
)
public:
virtual void Accumulate(
SqlGeography^ g
) sealed
abstract Accumulate :
g:SqlGeography -> unit
override Accumulate :
g:SqlGeography -> unit
Public Sub Accumulate (
g As SqlGeography
)
参数
g
Type: Microsoft.SqlServer.Types.SqlGeographySqlGeography 要添加到此凸包对象。
另请参阅
GeographyConvexHullAggregate 类
Microsoft.SqlServer.Types 命名空间
返回页首