Метод GeographyUnionAggregate.Merge
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Adds another GeographyUnionAggregate object into this geography union.
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
Public Sub Merge ( _
group As GeographyUnionAggregate _
)
'Применение
Dim instance As GeographyUnionAggregate
Dim group As GeographyUnionAggregate
instance.Merge(group)
public void Merge(
GeographyUnionAggregate group
)
public:
void Merge(
GeographyUnionAggregate^ group
)
member Merge :
group:GeographyUnionAggregate -> unit
public function Merge(
group : GeographyUnionAggregate
)
Параметры
- group
Тип: Microsoft.SqlServer.Types.GeographyUnionAggregate
The other GeographyUnionAggregate object to add into this geography union.