GeometryConvexHullAggregate.Merge-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the specified GeometryConvexHullAggregate object into this convex hull.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Merge ( _
group As GeometryConvexHullAggregate _
)
'Usage
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
)
Parameter
- group
Typ: Microsoft.SqlServer.Types.GeometryConvexHullAggregate
The GeometryConvexHullAggregate object to add to this convex hull.