Método GeographyUnionAggregate.Merge
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds another GeographyUnionAggregate object into this geography union.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Sub Merge ( _
group As GeographyUnionAggregate _
)
'Uso
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
)
Parâmetros
- group
Tipo: Microsoft.SqlServer.Types.GeographyUnionAggregate
The other GeographyUnionAggregate object to add into this geography union.