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


Метод SqlGeography.STCurveN (Int32)

 

Возвращает кривую, указанную в экземпляре SqlGeography, который является LineString, CircularString или CompoundCurve.

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

Синтаксис

[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

Параметры

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

Type: Microsoft.SqlServer.Types.SqlGeography

Заданная кривая.

См. также

Класс SqlGeography
Пространство имен Microsoft.SqlServer.Types
STCurveN (тип данных geography)

Вернуться в начало