SqlGeography.STCurveN(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la courbe spécifiée à partir d’une SqlGeography instance qui est un LineString, CircularString ou CompoundCurve.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STCurveN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STCurveN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function STCurveN (n As Integer) As SqlGeography
Paramètres
- n
- Int32
Entier compris entre 1 et le nombre de courbes dans l’instance SqlGeography .
Retours
Courbe spécifiée.
- Attributs