Partager via


Méthode SqlGeography.EnvelopeAngle

Returns the maximum angle between the point returned by EnvelopeCenter() and a point in the SqlGeography instance in degrees.

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 EnvelopeAngle As SqlDouble
'Utilisation
Dim instance As SqlGeography 
Dim returnValue As SqlDouble 

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

Valeur de retour

Type : System.Data.SqlTypes.SqlDouble
Returns SqlDouble.

Voir aussi

Référence

SqlGeography Classe

Espace de noms Microsoft.SqlServer.Types

Autres ressources

EnvelopeAngle (type de données geography)