Partager via


Méthode STStartPoint

Returns the start point of a SqlGeography instance.

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

Syntaxe

'Déclaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STStartPoint As SqlGeography
'Utilisation
Dim instance As SqlGeography
Dim returnValue As SqlGeography

returnValue = instance.STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STStartPoint()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STStartPoint()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STStartPoint : unit -> SqlGeography 
public function STStartPoint() : SqlGeography

Valeur de retour

Type : Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography value that represents the start point of the calling SqlGeography.

Notes

STStartPoint is the equivalent of STPointN(1).