GeographyUnionAggregate Clase

Definición

Representa una unión de un conjunto de SqlGeography objetos.

[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
Herencia
GeographyUnionAggregate
Atributos
Implementaciones

Constructores

Nombre Description
GeographyUnionAggregate()

Inicializa una nueva instancia de la clase GeographyUnionAggregate.

Métodos

Nombre Description
Accumulate(SqlGeography)

Agrega el objeto especificado SqlGeography a esta unión geográfica.

Init()

Inicializa las propiedades de una GeographyUnionAggregate instancia.

Merge(GeographyUnionAggregate)

Agrega otro GeographyUnionAggregate objeto a esta unión geográfica.

Read(BinaryReader)

Lee una representación binaria de un tipo geography en un objeto SqlGeometry.

Terminate()

Devuelve el SqlGeography objeto que representa esta unión geográfica.

Write(BinaryWriter)

Escribe un objeto SqlGeography en una secuencia binaria.

Se aplica a