SqlGeometry.STEnvelope Method ()

 

Applies To: SQL Server 2016 Preview

Returns the minimum axis-aligned bounding rectangle of the instance.

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

Syntax

[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

Return Value

Type: Microsoft.SqlServer.Types.SqlGeometry

A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.

See Also

SqlGeometry Class
Microsoft.SqlServer.Types Namespace

Return to top