Freigeben über


SqlGeography.STCurveToLine-Methode

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STCurveToLine As SqlGeography
'Usage
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

Rückgabewert

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

Siehe auch

Verweis

SqlGeography Klasse

Microsoft.SqlServer.Types-Namespace

Andere Ressourcen

STCurveToLine (geography-Datentyp)