GeographyCollectionAggregate.Merge 方法 (GeographyCollectionAggregate)

 

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

将给定 GeographyCollectionAggregate 集合添加到此地理集合中。

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

语法

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

参数

另请参阅

GeographyCollectionAggregate 类
Microsoft.SqlServer.Types 命名空间

返回页首