GeometryUnionAggregate 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 SqlGeometry 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 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
- Herencia
-
GeometryUnionAggregate
- Atributos
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| GeometryUnionAggregate() |
Inicializa una nueva instancia de la clase GeometryUnionAggregate. |
Métodos
| Nombre | Description |
|---|---|
| Accumulate(SqlGeometry) |
Agrega el objeto especificado SqlGeometry a esta unión de geometría. |
| Init() |
Inicializa las propiedades de un GeometryUnionAggregate objeto . |
| Merge(GeometryUnionAggregate) |
Agrega el objeto especificado GeometryUnionAggregate a esta unión de geometría. |
| Read(BinaryReader) |
Lee una representación binaria de un tipo de geometría en un SqlGeometry objeto . |
| Terminate() |
Devuelve el SqlGeometry objeto que representa esta unión de geometría. |
| Write(BinaryWriter) |
Escribe una SqlGeometry instancia en una secuencia binaria. |