Partilhar via


Classe GeometryEnvelopeAggregate

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

Represents a geometry envelope based on the given set of SqlGeometry objects.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Types.GeometryEnvelopeAggregate

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 GeometryEnvelopeAggregate
'Uso
Dim instance As GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public class GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public ref class GeometryEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)>]
type GeometryEnvelopeAggregate =  class end
public class GeometryEnvelopeAggregate

O tipo GeometryEnvelopeAggregate expõe os membros a seguir.

Construtores

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

Início

Métodos

  Nome Descrição
Método público Accumulate Infraestrutura. Adds the given SqlGeometry object into this geometry 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 GeometryEnvelopeAggregate instance.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Merge Infraestrutura. Adds the given GeometryEnvelopeAggregate object into this geometry envelope.
Método público Terminate Infraestrutura. Returns the SqlGeometry object that represents this geometry 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