GeographyUnionAggregate Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |