Clase GeographyConvexHullAggregate
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the convex hull for the given set of SqlGeography objects.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Types.GeographyConvexHullAggregate
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
<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
El tipo GeographyConvexHullAggregate expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
GeographyConvexHullAggregate | Infraestructura. Initializes a new instance of the GeographyConvexHullAggregate class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Accumulate | Infraestructura. Adds the given SqlGeography object into this convex hull. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
Init | Infraestructura. Initializes the properties of a GeographyConvexHullAggregate object. | |
MemberwiseClone | (Se hereda de Object.) | |
Merge | Infraestructura. Adds the given GeographyConvexHullAggregate object into this convex hull. | |
Read | Infraestructura. Reads a binary representation of a geography type into a SqlGeometry object. | |
Terminate | Infraestructura. Returns the SqlGeography object that represents this convex hull. | |
ToString | (Se hereda de Object.) | |
Write | Infraestructura. Writes a SqlGeography object 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.