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