Partager via


SqlGeography.STCurveN méthode (Int32)

 

Retourne la courbe spécifiée d'une instance SqlGeography qui est de type LineString, CircularString ou CompoundCurve.

Espace de noms:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (dans Microsoft.SqlServer.Types.dll)

Syntaxe

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STCurveN(
    int n
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeography^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STCurveN (
    n As Integer
) As SqlGeography

Paramètres

Valeur de retour

Type: Microsoft.SqlServer.Types.SqlGeography

Courbe spécifiée.

Voir aussi

SqlGeography classe
Microsoft.SqlServer.Types espace de noms
STCurveN (type de données geography)

Retour au début