Partager via


SqlGeography.STStartPoint, méthode ()

 

Retourne le point de départ 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 STStartPoint()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STStartPoint As SqlGeography

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Valeur SqlGeography qui représente le point de départ de l'instance SqlGeography appelante.

Notes

STStartPoint est l’équivalent de STPointN(1).

Voir aussi

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

Retour au début