Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 SqlGeometry objects.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Types.GeometryConvexHullAggregate
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 GeometryConvexHullAggregate _
Implements IBinarySerialize
'Uso
Dim instance As GeometryConvexHullAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryConvexHullAggregate =
class
interface IBinarySerialize
end
public class GeometryConvexHullAggregate implements IBinarySerialize
El tipo GeometryConvexHullAggregate expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
GeometryConvexHullAggregate | Infraestructura. Initializes a new instance of the GeometryConvexHullAggregate class. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accumulate | Infraestructura. Adds the specified SqlGeometry 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 GeometryConvexHullAggregate object. |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
Merge | Infraestructura. Adds the specified GeometryConvexHullAggregate object into this convex hull. |
![]() |
Read | Infraestructura. Reads a binary representation of a geometry type into a SqlGeometry object. |
![]() |
Terminate | Infraestructura. Returns the SqlGeometry object that represents the geometry collection. |
![]() |
ToString | (Se hereda de Object.) |
![]() |
Write | Infraestructura. Writes a SqlGeometry 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.
.gif)
.gif)