Compartir a través de


GeographyCollectionAggregate.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 the given GeographyCollectionAggregate collection into this geography collection.

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

Sintaxis

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

Vea también

Referencia

GeographyCollectionAggregate Clase

Espacio de nombres Microsoft.SqlServer.Types