SqlGeography.STCurveN(Int32) Método

Definición

Devuelve la curva especificada a partir de una SqlGeography instancia de LineString, CircularString o 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

Parámetros

n
Int32

Entero entre 1 y el número de curvas de la SqlGeography instancia.

Devoluciones

Curva especificada.

Atributos

Se aplica a