Partager via


Méthode GeographyUnionAggregate.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 another GeographyUnionAggregate object into this geography union.

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

Syntaxe

'Déclaration
Public Sub Merge ( _
    group As GeographyUnionAggregate _
)
'Utilisation
Dim instance As GeographyUnionAggregate 
Dim group As GeographyUnionAggregate

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

Paramètres

Voir aussi

Référence

GeographyUnionAggregate Classe

Espace de noms Microsoft.SqlServer.Types