Partager via


Méthode SqlGeometry.STEnvelope

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

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STEnvelope As SqlGeometry
'Utilisation
Dim instance As SqlGeometry 
Dim returnValue As SqlGeometry 

returnValue = instance.STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STEnvelope()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STEnvelope()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STEnvelope : unit -> SqlGeometry
public function STEnvelope() : SqlGeometry

Valeur de retour

Type : Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object that represents the minimum axis-aligned bounding rectangle of the calling instance.

Voir aussi

Référence

SqlGeometry Classe

Espace de noms Microsoft.SqlServer.Types