GeographyUnionAggregate.Merge 方法 (GeographyUnionAggregate)

 

此 API 支持 产品 基础结构,不应从代码直接使用。

将另一个 GeographyUnionAggregate 对象添加到此地理并集中。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public void Merge(
    GeographyUnionAggregate group
)
public:
void Merge(
    GeographyUnionAggregate^ group
)
member Merge : 
        group:GeographyUnionAggregate -> unit
Public Sub Merge (
    group As GeographyUnionAggregate
)

参数

另请参阅

GeographyUnionAggregate 类
Microsoft.SqlServer.Types 命名空间

返回页首