Partager via


Méthode GeometryUnionAggregate.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 given GeometryUnionAggregate object into this geometry union.

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

Syntaxe

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

Paramètres

Voir aussi

Référence

GeometryUnionAggregate Classe

Espace de noms Microsoft.SqlServer.Types