GeographyUnionAggregate 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 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
- Herança
-
GeographyUnionAggregate
- Atributos
- Implementações
Construtores
| Nome | Description |
|---|---|
| GeographyUnionAggregate() |
Inicializa uma nova instância da classe GeographyUnionAggregate. |
Métodos
| Nome | Description |
|---|---|
| Accumulate(SqlGeography) |
Adiciona o objeto fornecido SqlGeography a essa união geográfica. |
| Init() |
Inicializa as propriedades de uma GeographyUnionAggregate instância. |
| Merge(GeographyUnionAggregate) |
Adiciona outro GeographyUnionAggregate objeto a essa união geográfica. |
| Read(BinaryReader) |
Lê uma representação binária de um tipo de geografia em um objeto SqlGeometry. |
| Terminate() |
Retorna o SqlGeography objeto que representa essa união geográfica. |
| Write(BinaryWriter) |
Grava um objeto SqlGeography em um fluxo binário. |