GeographyEnvelopeAggregate Clase

Definición

Representa un sobre geography del conjunto de SqlGeography objetos especificado.

[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
Herencia
GeographyEnvelopeAggregate
Atributos

Constructores

Nombre Description
GeographyEnvelopeAggregate()

Inicializa una nueva instancia de la clase GeographyEnvelopeAggregate.

Métodos

Nombre Description
Accumulate(SqlGeography)

Agrega el objeto especificado SqlGeography a este sobre geography.

Init()

Inicializa las propiedades de un GeographyEnvelopeAggregate objeto .

Merge(GeographyEnvelopeAggregate)

Agrega la colección especificada GeographyEnvelopeAggregate a este sobre geography.

Terminate()

Devuelve el GeographyEnvelopeAggregate objeto que representa el sobre geography.

Se aplica a