SqlGeography.STCurveN Method (Int32)

 

Applies To: SQL Server 2016 Preview

Returns the curve specified from a SqlGeography instance that is a LineString, CircularString, or CompoundCurve.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[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

Parameters

Return Value

Type: Microsoft.SqlServer.Types.SqlGeography

The specified curve.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
STCurveN (geography Data Type)

Return to top