GeographyEnvelopeAggregate.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.SqlGeography要添加到此地理包络线的 SqlGeography 对象。
另请参阅
GeographyEnvelopeAggregate 类
Microsoft.SqlServer.Types 命名空间
返回页首