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