GeographyUnionAggregate 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 union d’un ensemble d’objets SqlGeography .
[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 GeographyUnionAggregate : 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 GeographyUnionAggregate = class
interface IBinarySerialize
Public Class GeographyUnionAggregate
Implements IBinarySerialize
- Héritage
-
GeographyUnionAggregate
- Attributs
- Implémente
Constructeurs
| Nom | Description |
|---|---|
| GeographyUnionAggregate() |
Initialise une nouvelle instance de la classe GeographyUnionAggregate. |
Méthodes
| Nom | Description |
|---|---|
| Accumulate(SqlGeography) |
Ajoute l’objet donné SqlGeography dans cette union géographique. |
| Init() |
Initialise les propriétés d’une GeographyUnionAggregate instance. |
| Merge(GeographyUnionAggregate) |
Ajoute un autre GeographyUnionAggregate objet dans cette union géographique. |
| 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 union géographique. |
| Write(BinaryWriter) |
Écrit un objet SqlGeography dans un flux binaire. |