Partager via


SqlGeography.STEndPoint, méthode ()

 

Retourne le point de terminaison d'une instance SqlGeography.

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

Syntaxe

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STEndPoint()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeography^ STEndPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STEndPoint : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STEndPoint As SqlGeography

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Valeur SqlGeography qui contient le point de terminaison.

Notes

STEndPoint est l’équivalent de SqlGeography.STPointN(x.STNumPoints()).

Cette méthode retourne Null si elle est appelée sur une instance geography vide.

Voir aussi

SqlGeography, classe
Microsoft.SqlServer.Types, espace de noms

Retour au début