Langue

GeographyUnionAggregate Classe

Définition

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.

S’applique à