Freigeben über


GeometryUnionAggregate.Merge-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Adds the given GeometryUnionAggregate object into this geometry union.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Sub Merge ( _
    group As GeometryUnionAggregate _
)
'Usage
Dim instance As GeometryUnionAggregate 
Dim group As GeometryUnionAggregate

instance.Merge(group)
public void Merge(
    GeometryUnionAggregate group
)
public:
void Merge(
    GeometryUnionAggregate^ group
)
member Merge : 
        group:GeometryUnionAggregate -> unit
public function Merge(
    group : GeometryUnionAggregate
)

Parameter

Siehe auch

Verweis

GeometryUnionAggregate Klasse

Microsoft.SqlServer.Types-Namespace