Langue

SqlGeometry.STPointN(Int32) Méthode

Définition

Retourne un point spécifié dans une SqlGeometry instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeometry STPointN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STPointN : int -> Microsoft.SqlServer.Types.SqlGeometry
Public Function STPointN (n As Integer) As SqlGeometry

Paramètres

n
Int32

Expression int comprise entre 1 et le nombre de points dans l’instance SqlGeometry .

Retours

Qui SqlGeometry représente le point spécifié dans l’instance appelante.

Attributs

S’applique à