Método SqlGeometry.STEnvelope ()
Devuelve el rectángulo delimitador mínimo alineado con el eje de la instancia.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STEnvelope()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STEnvelope()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEnvelope : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STEnvelope As SqlGeometry
Valor devuelto
Type: Microsoft.SqlServer.Types.SqlGeometry
Objeto SqlGeometry que representa el rectángulo delimitador alineado con el eje mínimo de la instancia que realiza la llamada.
Ver también
Clase SqlGeometry
Espacio de nombres Microsoft.SqlServer.Types
Volver al principio