Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- group
Type : Microsoft.SqlServer.Types.GeographyUnionAggregate
The other GeographyUnionAggregate object to add into this geography union.