Поделиться через


Метод SqlGeography.STCurveN

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

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
    n As Integer _
) As SqlGeography
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Types.SqlGeography
The specified curve.

См. также

Справочник

SqlGeography Класс

Пространство имен Microsoft.SqlServer.Types

Другие ресурсы

STCurveN (тип данных geography)