GeographyCollectionAggregate 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 collection géographique à partir de 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.Serializable]
public class GeographyCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeographyCollectionAggregate = class
interface IBinarySerialize
Public Class GeographyCollectionAggregate
Implements IBinarySerialize
- Héritage
-
GeographyCollectionAggregate
- Attributs
- Implémente
Constructeurs
| Nom | Description |
|---|---|
| GeographyCollectionAggregate() |
Initialise une nouvelle instance de GeographyCollectionAggregate classe. |
Méthodes
| Nom | Description |
|---|---|
| Accumulate(SqlGeography) |
Ajoute l’objet donné SqlGeography dans cette collection géographique. |
| Init() |
Initialise les propriétés d’un GeographyCollectionAggregate objet. |
| Merge(GeographyCollectionAggregate) |
Ajoute la collection donnée GeographyCollectionAggregate dans cette collection 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 la collection geography. |
| Write(BinaryWriter) |
Écrit un objet SqlGeography dans un flux binaire. |