SqlGeometry.STCurveToLine 方法

Returns a polygonal approximation of a SqlGeometry 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 SqlGeometry
用法
Dim instance As SqlGeometry 
Dim returnValue As SqlGeometry 

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

返回值

类型:Microsoft.SqlServer.Types.SqlGeometry
A polygonal approximation of a SqlGeometry instance that contains circular arc segments.

请参阅

参考

SqlGeometry 类

Microsoft.SqlServer.Types 命名空间