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 네임스페이스