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