Langue

GeometryUnionAggregate Classe

Définition

Représente une union à partir d’un ensemble d’objets SqlGeometry .

[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 GeometryUnionAggregate : 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 GeometryUnionAggregate = class
    interface IBinarySerialize
Public Class GeometryUnionAggregate
Implements IBinarySerialize
Héritage
GeometryUnionAggregate
Attributs
Implémente

Constructeurs

Nom Description
GeometryUnionAggregate()

Initialise une nouvelle instance de la classe GeometryUnionAggregate.

Méthodes

Nom Description
Accumulate(SqlGeometry)

Ajoute l’objet donné SqlGeometry dans cette union géométrique.

Init()

Initialise les propriétés d’un GeometryUnionAggregate objet.

Merge(GeometryUnionAggregate)

Ajoute l’objet donné GeometryUnionAggregate dans cette union géométrique.

Read(BinaryReader)

Lit une représentation binaire d’un type geometry dans un SqlGeometry objet.

Terminate()

Renvoie l’objet SqlGeometry qui représente cette union géométrique.

Write(BinaryWriter)

Écrit une SqlGeometry instance dans un flux binaire.

S’applique à