SqlGeometry.STEndPoint, méthode ()
Retourne le point de terminaison d'une instance SqlGeometry.
Espace de noms: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)
Syntaxe
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STEndPoint()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeometry^ STEndPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STEndPoint : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STEndPoint As SqlGeometry
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Objet SqlGeometry qui représente le point de terminaison du SqlGeometry appelant.
Notes
STEndPoint est l’équivalent de STPointN (x.NumPoints()).
Cette méthode retourne null si elle est appelée sur vide SqlGeometry instance.
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début