Compartir a través de


Clase GeometryEnvelopeAggregate

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Types.GeometryEnvelopeAggregate

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<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

El tipo GeometryEnvelopeAggregate expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público GeometryEnvelopeAggregate Infraestructura. Initializes a new instance of GeometryEnvelopeAggregate class.

Arriba

Métodos

  Nombre Descripción
Método público Accumulate Infraestructura. Adds the given SqlGeometry object into this geometry envelope.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Init Infraestructura. Initializes the properties of a GeometryEnvelopeAggregate instance.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Merge Infraestructura. Adds the given GeometryEnvelopeAggregate object into this geometry envelope.
Método público Terminate Infraestructura. Returns the SqlGeometry object that represents this geometry envelope.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Types