GeometryCollectionAggregate 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 colección de geometría del conjunto de SqlGeometry objetos especificado.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.Serializable]
public class GeometryCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeometryCollectionAggregate = class
interface IBinarySerialize
Public Class GeometryCollectionAggregate
Implements IBinarySerialize
- Herencia
-
GeometryCollectionAggregate
- Atributos
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| GeometryCollectionAggregate() |
Inicializa una nueva instancia de la clase GeometryCollectionAggregate. |
Métodos
| Nombre | Description |
|---|---|
| Accumulate(SqlGeometry) |
Agrega el objeto especificado SqlGeometry a esta colección de geometría. |
| Init() |
Inicializa las propiedades de un GeometryCollectionAggregate objeto . |
| Merge(GeometryCollectionAggregate) |
Agrega la colección especificada GeometryCollectionAggregate a esta colección de geometría. |
| Read(BinaryReader) |
Lee una representación binaria de un tipo de geometría en un objeto SqlGeometry. |
| Terminate() |
Devuelve el SqlGeometry objeto que representa la colección geometry. |
| Write(BinaryWriter) |
Escribe un objeto SqlGeometry en una secuencia binaria. |