Langue

GeographyEnvelopeAggregate Classe

Définition

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.

S’applique à