共用方式為


GeometryCollectionAggregate.Merge 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Sub Merge ( _
    group As GeometryCollectionAggregate _
)
'用途
Dim instance As GeometryCollectionAggregate 
Dim group As GeometryCollectionAggregate

instance.Merge(group)
public void Merge(
    GeometryCollectionAggregate group
)
public:
void Merge(
    GeometryCollectionAggregate^ group
)
member Merge : 
        group:GeometryCollectionAggregate -> unit
public function Merge(
    group : GeometryCollectionAggregate
)

參數

請參閱

參考

GeometryCollectionAggregate 類別

Microsoft.SqlServer.Types 命名空間