Share via


Método GeographyUnionAggregate.Merge (GeographyUnionAggregate)

 

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código.

Agrega otro objeto GeographyUnionAggregate a esta unión de tipo geography.

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

Sintaxis

public void Merge(
    GeographyUnionAggregate group
)
public:
void Merge(
    GeographyUnionAggregate^ group
)
member Merge : 
        group:GeographyUnionAggregate -> unit
Public Sub Merge (
    group As GeographyUnionAggregate
)

Parámetros

Ver también

Clase GeographyUnionAggregate
Espacio de nombres Microsoft.SqlServer.Types

Volver al principio