Метод SqlGeography.STCurveToLine

Returns a polygonal approximation of a SqlGeography instance that contains circular arc segments.

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

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STCurveToLine As SqlGeography
'Применение
Dim instance As SqlGeography 
Dim returnValue As SqlGeography 

returnValue = instance.STCurveToLine()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STCurveToLine()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STCurveToLine()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STCurveToLine : unit -> SqlGeography
public function STCurveToLine() : SqlGeography

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

Тип: Microsoft.SqlServer.Types.SqlGeography
A polygonal approximation of a SqlGeography instance that contains circular arc segments.

См. также

Справочник

SqlGeography Класс

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

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

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