GeographyConvexHullAggregate 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 la coque convex pour l’ensemble d’objets SqlGeography donné.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeographyConvexHullAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeographyConvexHullAggregate = class
interface IBinarySerialize
Public Class GeographyConvexHullAggregate
Implements IBinarySerialize
- Héritage
-
GeographyConvexHullAggregate
- Attributs
- Implémente
Constructeurs
| Nom | Description |
|---|---|
| GeographyConvexHullAggregate() |
Initialise une nouvelle instance de la classe GeographyConvexHullAggregate. |
Méthodes
| Nom | Description |
|---|---|
| Accumulate(SqlGeography) |
Ajoute l’objet donné SqlGeography dans cette coque convex. |
| Init() |
Initialise les propriétés d’un GeographyConvexHullAggregate objet. |
| Merge(GeographyConvexHullAggregate) |
Ajoute l’objet donné GeographyConvexHullAggregate dans cette coque convex. |
| Read(BinaryReader) |
Lit une représentation binaire d’un type géographique dans un objet SqlGeometry. |
| Terminate() |
Renvoie l’objet SqlGeography qui représente cette coque convex. |
| Write(BinaryWriter) |
Écrit un objet SqlGeography dans un flux binaire. |