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.
请参阅
参考
Microsoft.SqlServer.Types 命名空间