Partilhar via


Classe GeographyEnvelopeAggregate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a geography envelope from the given set of SqlGeography objects.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := True)> _
Public Class GeographyEnvelopeAggregate
'Uso
Dim instance As GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public class GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public ref class GeographyEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)>]
type GeographyEnvelopeAggregate =  class end
public class GeographyEnvelopeAggregate

O tipo GeographyEnvelopeAggregate expõe os membros a seguir.

Construtores

  Nome Descrição
Método público GeographyEnvelopeAggregate Infraestrutura. Initializes a new instance of the GeographyEnvelopeAggregate class.

Início

Métodos

  Nome Descrição
Método público Accumulate Infraestrutura. Adds the given SqlGeography object into this geography envelope.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Init Infraestrutura. Initializes the properties of a GeographyEnvelopeAggregate object.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Merge Infraestrutura. Adds the given GeographyEnvelopeAggregate collection into this geography envelope.
Método público Terminate Infraestrutura. Returns the GeographyEnvelopeAggregate object that represents the geography envelope.
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Types