SqlGeometry.STStartPoint, méthode ()
Retourne le point de départ 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 STStartPoint()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeometry^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STStartPoint As SqlGeometry
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Objet SqlGeometry qui contient le point de départ de l'instance appelante.
Voir aussi
SqlGeometry, classe
Microsoft.SqlServer.Types, espace de noms
Retour au début