Langue

SqlGeometry.STCurveN(Int32) Méthode

Définition

Retourne la courbe spécifiée à partir d’une SqlGeometry instance qui est un LineString, CircularString ou CompoundCurve.

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

Paramètres

n
Int32

Entier compris entre 1 et le nombre de courbes dans l’instance SqlGeometry .

Retours

Courbe spécifiée.

Attributs

S’applique à