Partager via


Méthode SqlGeometry.STStartPoint

Returns the start point of a SqlGeometry 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 SqlGeometry
'Utilisation
Dim instance As SqlGeometry 
Dim returnValue As SqlGeometry 

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

Valeur de retour

Type : Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry object containing the start point of the calling instance.

Voir aussi

Référence

SqlGeometry Classe

Espace de noms Microsoft.SqlServer.Types