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 데이터 형식)