GeographyEnvelopeAggregate Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une enveloppe géographique à partir de l’ensemble d’objets SqlGeography donné.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
- Héritage
-
GeographyEnvelopeAggregate
- Attributs
Constructeurs
| Nom | Description |
|---|---|
| GeographyEnvelopeAggregate() |
Initialise une nouvelle instance de la classe GeographyEnvelopeAggregate. |
Méthodes
| Nom | Description |
|---|---|
| Accumulate(SqlGeography) |
Ajoute l’objet donné SqlGeography dans cette enveloppe géographique. |
| Init() |
Initialise les propriétés d’un GeographyEnvelopeAggregate objet. |
| Merge(GeographyEnvelopeAggregate) |
Ajoute la collection donnée GeographyEnvelopeAggregate dans cette enveloppe géographique. |
| Terminate() |
Renvoie l’objet GeographyEnvelopeAggregate qui représente l’enveloppe géographique. |