Partager via


GeographyUnionAggregate.Accumulate, méthode (SqlGeography)

 

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

Ajoute l'objet SqlGeography donné à cette union geography.

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

Syntaxe

public void Accumulate(
    SqlGeography g
)
public:
virtual void Accumulate(
    SqlGeography^ g
) sealed
abstract Accumulate : 
        g:SqlGeography -> unit
override Accumulate : 
        g:SqlGeography -> unit
Public Sub Accumulate (
    g As SqlGeography
)

Paramètres

Voir aussi

GeographyUnionAggregate, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début