Clase GeographyConvexHullAggregate

 

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código.

Representa la forma convexa del conjunto indicado de objetos SqlGeography.

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Types.GeographyConvexHullAggregate

Sintaxis

[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false, 
    MaxByteSize = -1)]
[CLSCompliantAttribute(true)]
public class GeographyConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false, 
    MaxByteSize = -1)]
[CLSCompliantAttribute(true)]
public ref class GeographyConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false,
    MaxByteSize = -1)>]
[<CLSCompliantAttribute(true)>]
type GeographyConvexHullAggregate = 
    class
        interface IBinarySerialize
    end
<SerializableAttribute>
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,
    IsInvariantToNulls := True, IsInvariantToOrder := True, IsNullIfEmpty := False,
    MaxByteSize := -1)>
<CLSCompliantAttribute(True)>
Public Class GeographyConvexHullAggregate
    Implements IBinarySerialize

Constructores

Nombre Descripción
System_CAPS_pubmethod GeographyConvexHullAggregate()

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Inicializa una nueva instancia de la GeographyConvexHullAggregate clase.

Métodos

Nombre Descripción
System_CAPS_pubmethod Accumulate(SqlGeography)

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Agrega el determinado SqlGeography objeto a esta forma convexa.

System_CAPS_pubmethod Equals(Object)

(Heredado de Object).

System_CAPS_protmethod Finalize()

(Heredado de Object).

System_CAPS_pubmethod GetHashCode()

(Heredado de Object).

System_CAPS_pubmethod GetType()

(Heredado de Object).

System_CAPS_pubmethod Init()

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Inicializa las propiedades de un GeographyConvexHullAggregate objeto.

System_CAPS_protmethod MemberwiseClone()

(Heredado de Object).

System_CAPS_pubmethod Merge(GeographyConvexHullAggregate)

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Agrega el objeto GeographyConvexHullAggregate indicado a esta forma convexa.

System_CAPS_pubmethod Read(BinaryReader)

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Lee una representación binaria de un geography Escriba en un SqlGeometry objeto.

System_CAPS_pubmethod Terminate()

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Devuelve el objeto SqlGeography que representa esta forma convexa.

System_CAPS_pubmethod ToString()

(Heredado de Object).

System_CAPS_pubmethod Write(BinaryWriter)

Esta API admite la infraestructura producto y no está diseñada para usarse directamente desde el código. Escribe un SqlGeography objeto en una secuencia binaria.

Seguridad para subprocesos

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

Ver también

Espacio de nombres Microsoft.SqlServer.Types

Volver al principio