Compartir a través de


GeographyUnionAggregate.Merge Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Adds another GeographyUnionAggregate object into this geography union.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

GeographyUnionAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types