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 a geography envelope from the given set of SqlGeography objects.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Types.GeographyEnvelopeAggregate
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeographyEnvelopeAggregate
'Uso
Dim instance As GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public class GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public ref class GeographyEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)>]
type GeographyEnvelopeAggregate = class end
public class GeographyEnvelopeAggregate
El tipo GeographyEnvelopeAggregate expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
GeographyEnvelopeAggregate | Infraestructura. Initializes a new instance of the GeographyEnvelopeAggregate class. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accumulate | Infraestructura. Adds the given SqlGeography object into this geography envelope. |
![]() |
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 GeographyEnvelopeAggregate object. |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
Merge | Infraestructura. Adds the given GeographyEnvelopeAggregate collection into this geography envelope. |
![]() |
Terminate | Infraestructura. Returns the GeographyEnvelopeAggregate object that represents the geography envelope. |
![]() |
ToString | (Se hereda de Object.) |
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)