GeometryUnionAggregate.Merge 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Adds the given GeometryUnionAggregate object into this geometry union.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Public Sub Merge ( _
group As GeometryUnionAggregate _
)
'用途
Dim instance As GeometryUnionAggregate
Dim group As GeometryUnionAggregate
instance.Merge(group)
public void Merge(
GeometryUnionAggregate group
)
public:
void Merge(
GeometryUnionAggregate^ group
)
member Merge :
group:GeometryUnionAggregate -> unit
public function Merge(
group : GeometryUnionAggregate
)
參數
- group
型別:Microsoft.SqlServer.Types.GeometryUnionAggregate
The GeometryUnionAggregate object to add into this geometry union.