この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定した GeometryUnionAggregate オブジェクトをこの geometry の和集合に追加します。
名前空間: 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
この geometry の和集合に追加する GeometryUnionAggregate オブジェクトです。