Partilhar via


Classe GeographyConvexHullAggregate

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

Represents the convex hull for the given set of SqlGeography objects.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Types.GeographyConvexHullAggregate

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

Sintaxe

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

O tipo GeographyConvexHullAggregate expõe os membros a seguir.

Construtores

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

Início

Métodos

  Nome Descrição
Método público Accumulate Infraestrutura. Adds the given SqlGeography object into this convex hull.
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 GeographyConvexHullAggregate object.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Merge Infraestrutura. Adds the given GeographyConvexHullAggregate object into this convex hull.
Método público Read Infraestrutura. Reads a binary representation of a geography type into a SqlGeometry object.
Método público Terminate Infraestrutura. Returns the SqlGeography object that represents this convex hull.
Método público ToString (Herdado de Object.)
Método público Write Infraestrutura. Writes a SqlGeography object to a binary stream.

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