Partilhar via


Método GeographyConvexHullAggregate.Accumulate

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 SqlGeography object into this convex hull.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
Public Sub Accumulate ( _
    g As SqlGeography _
)
'Uso
Dim instance As GeographyConvexHullAggregate 
Dim g As SqlGeography

instance.Accumulate(g)
public void Accumulate(
    SqlGeography g
)
public:
virtual void Accumulate(
    SqlGeography^ g
) sealed
abstract Accumulate : 
        g:SqlGeography -> unit  
override Accumulate : 
        g:SqlGeography -> unit
public final function Accumulate(
    g : SqlGeography
)

Parâmetros

Consulte também

Referência

GeographyConvexHullAggregate Classe

Namespace Microsoft.SqlServer.Types