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
- group
Tipo: Microsoft.SqlServer.Types.GeographyCollectionAggregate
The collection of SqlGeography objects to add into this geography collection.