Compartir a través de


Clase GeometryUnionAggregate

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

Represents a union from a set of SqlGeometry objects.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Types.GeometryUnionAggregate

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

Sintaxis

'Declaración
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryUnionAggregate _
    Implements IBinarySerialize
'Uso
Dim instance As GeometryUnionAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryUnionAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryUnionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryUnionAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeometryUnionAggregate implements IBinarySerialize

El tipo GeometryUnionAggregate expone los siguientes miembros.

Constructores

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

Arriba

Métodos

  Nombre Descripción
Método público Accumulate Infraestructura. Adds the given SqlGeometry object into this geometry union.
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 GeometryUnionAggregate object.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público Merge Infraestructura. Adds the given GeometryUnionAggregate object into this geometry union.
Método público Read Infraestructura. Reads a binary representation of a geometry type into a SqlGeometry object.
Método público Terminate Infraestructura. Returns the SqlGeometry object that represents this geometry union.
Método público ToString (Se hereda de Object.)
Método público Write Infraestructura. Writes a SqlGeometry instance to a binary stream.

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