Freigeben über


GeometryCollectionAggregate.Merge-Methode

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

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

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

Syntax

'Declaration
Public Sub Merge ( _
    group As GeometryCollectionAggregate _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

GeometryCollectionAggregate Klasse

Microsoft.SqlServer.Types-Namespace