Partilhar via


Método GeographyCollectionAggregate.Merge

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds the given GeographyCollectionAggregate collection into this geography collection.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
Public Sub Merge ( _
    group As GeographyCollectionAggregate _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

GeographyCollectionAggregate Classe

Namespace Microsoft.SqlServer.Types