Метод 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.