Compartir a través de


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

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