Método SqlGeography.STCurveToLine ()
Devuelve una aproximación poligonal de una instancia de SqlGeography que contiene segmentos de arco circulares.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STCurveToLine()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STCurveToLine()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STCurveToLine : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STCurveToLine As SqlGeography
Valor devuelto
Type: Microsoft.SqlServer.Types.SqlGeography
Una aproximación poligonal de un SqlGeography instancia que contiene los segmentos de arco circular.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STCurveToLine (tipo de datos geography)
Volver al principio