Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds the specified GeometryConvexHullAggregate object into this convex hull.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public Sub Merge ( _
group As GeometryConvexHullAggregate _
)
'Uso
Dim instance As GeometryConvexHullAggregate
Dim group As GeometryConvexHullAggregate
instance.Merge(group)
public void Merge(
GeometryConvexHullAggregate group
)
public:
void Merge(
GeometryConvexHullAggregate^ group
)
member Merge :
group:GeometryConvexHullAggregate -> unit
public function Merge(
group : GeometryConvexHullAggregate
)
Parámetros
- group
Tipo: Microsoft.SqlServer.Types.GeometryConvexHullAggregate
The GeometryConvexHullAggregate object to add to this convex hull.