GeometryUnionAggregate Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma união de um 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
- Herança
-
GeometryUnionAggregate
- Atributos
- Implementações
Construtores
| Nome | Description |
|---|---|
| GeometryUnionAggregate() |
Inicializa uma nova instância da classe GeometryUnionAggregate. |
Métodos
| Nome | Description |
|---|---|
| Accumulate(SqlGeometry) |
Adiciona o objeto fornecido SqlGeometry a essa união de geometria. |
| Init() |
Inicializa as propriedades de um GeometryUnionAggregate objeto. |
| Merge(GeometryUnionAggregate) |
Adiciona o objeto fornecido GeometryUnionAggregate a essa união de geometria. |
| Read(BinaryReader) |
Lê uma representação binária de um tipo de geometria em um SqlGeometry objeto. |
| Terminate() |
Retorna o SqlGeometry objeto que representa essa união de geometria. |
| Write(BinaryWriter) |
Grava uma SqlGeometry instância em um fluxo binário. |