Freigeben über


SqlGeography.STCurveN-Methode

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

'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
    n As Integer _
) As SqlGeography
'Usage
Dim instance As SqlGeography 
Dim n As Integer 
Dim returnValue As SqlGeography 

returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STCurveN(
    int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeography
public function STCurveN(
    n : int
) : SqlGeography

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Types.SqlGeography
The specified curve.

Siehe auch

Verweis

SqlGeography Klasse

Microsoft.SqlServer.Types-Namespace

Andere Ressourcen

STCurveN (geography-Datentyp)