Método SqlGeography.STCurveN (Int32)
Devuelve la curva especificada a partir de una instancia de SqlGeography que es LineString, CircularString o CompoundCurve.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[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
Parámetros
n
Type: System.Int32Un entero entre 1 y el número de curvas en la SqlGeography instancia.
Valor devuelto
Type: Microsoft.SqlServer.Types.SqlGeography
Curva especificada.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STCurveN (tipo de datos Geography)
Volver al principio