Share via


SqlGeometry.STEnvelope-Methode ()

 

Gibt das minimale, an den Achsen ausgerichtete umschließende Rechteck der Instanz zurück.

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

Rückgabewert

Type: Microsoft.SqlServer.Types.SqlGeometry

Ein SqlGeometry-Objekt, das das minimale an einer Achse ausgerichtete umgebende Rechteck von der aufrufenden Instanz darstellt.

Siehe auch

SqlGeometry-Klasse
Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang