Поделиться через


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

Параметры

См. также

Справочник

GeographyUnionAggregate Класс

Пространство имен Microsoft.SqlServer.Types