SqlGeometry.STCurveN méthode (Int32)
Retourne la courbe spécifiée d'une instance SqlGeometry 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 SqlGeometry STCurveN(
int n
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeometry^ STCurveN(
int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN :
n:int -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STCurveN (
n As Integer
) As SqlGeometry
Paramètres
n
Type: System.Int32Entier compris entre 1 et le nombre de courbes dans l'instance SqlGeometry.
Valeur de retour
Type: Microsoft.SqlServer.Types.SqlGeometry
Courbe spécifiée.
Voir aussi
SqlGeometry classe
Microsoft.SqlServer.Types espace de noms
Retour au début