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 the given GeographyCollectionAggregate collection into this geography collection.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Sub Merge ( _
group As GeographyCollectionAggregate _
)
'Utilisation
Dim instance As GeographyCollectionAggregate
Dim group As GeographyCollectionAggregate
instance.Merge(group)
public void Merge(
GeographyCollectionAggregate group
)
public:
void Merge(
GeographyCollectionAggregate^ group
)
member Merge :
group:GeographyCollectionAggregate -> unit
public function Merge(
group : GeographyCollectionAggregate
)
Paramètres
- group
Type : Microsoft.SqlServer.Types.GeographyCollectionAggregate
The collection of SqlGeography objects to add into this geography collection.