GeographyEnvelopeAggregate 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 um envelope de geografia do conjunto de SqlGeography objetos fornecido.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
- Herança
-
GeographyEnvelopeAggregate
- Atributos
Construtores
| Nome | Description |
|---|---|
| GeographyEnvelopeAggregate() |
Inicializa uma nova instância da classe GeographyEnvelopeAggregate. |
Métodos
| Nome | Description |
|---|---|
| Accumulate(SqlGeography) |
Adiciona o objeto fornecido SqlGeography a este envelope de geografia. |
| Init() |
Inicializa as propriedades de um GeographyEnvelopeAggregate objeto. |
| Merge(GeographyEnvelopeAggregate) |
Adiciona a coleção fornecida GeographyEnvelopeAggregate a este envelope de geografia. |
| Terminate() |
Retorna o GeographyEnvelopeAggregate objeto que representa o envelope de geografia. |