SqlGeometry.STPointOnSurface méthode ()
Retourne un point arbitraire situé à l'intérieur d'une instance SqlGeometry.
Espace de noms: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)
Syntaxe
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STPointOnSurface()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeometry^ STPointOnSurface()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STPointOnSurface : unit -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STPointOnSurface As SqlGeometry
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Objet SqlGeometry qui représente un point dans le SqlGeometry appelant.
Notes
Cette méthode retourne null Si l’instance est vide.
Voir aussi
SqlGeometry classe
Microsoft.SqlServer.Types espace de noms
Retour au début