Langue

GeometryEnvelopeAggregate Classe

Définition

Représente une enveloppe géométrique basée sur l’ensemble d’objets SqlGeometry donné.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeometryEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeometryEnvelopeAggregate = class
Public Class GeometryEnvelopeAggregate
Héritage
GeometryEnvelopeAggregate
Attributs

Constructeurs

Nom Description
GeometryEnvelopeAggregate()

Initialise une nouvelle instance de GeometryEnvelopeAggregate classe.

Méthodes

Nom Description
Accumulate(SqlGeometry)

Ajoute l’objet donné SqlGeometry dans cette enveloppe géométrique.

Init()

Initialise les propriétés d’une GeometryEnvelopeAggregate instance.

Merge(GeometryEnvelopeAggregate)

Ajoute l’objet donné GeometryEnvelopeAggregate dans cette enveloppe géométrique.

Terminate()

Renvoie l’objet SqlGeometry qui représente cette enveloppe géométrique.

S’applique à