GeometryEnvelopeAggregate 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é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. |