Partager via


Méthode GeometryCollectionAggregate.Merge

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds the specified GeometryCollectionAggregate collection into this geometry collection.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Sub Merge ( _
    group As GeometryCollectionAggregate _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

GeometryCollectionAggregate Classe

Espace de noms Microsoft.SqlServer.Types