Partager via


Méthode GeographyEnvelopeAggregate.Accumulate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds the given SqlGeography object into this geography envelope.

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
Public Sub Accumulate ( _
    g As SqlGeography _
)
'Utilisation
Dim instance As GeographyEnvelopeAggregate 
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
)

Paramètres

Voir aussi

Référence

GeographyEnvelopeAggregate Classe

Espace de noms Microsoft.SqlServer.Types