Método SqlGeography.STConvexHull ()
Devuelve un objeto que representa la forma convexa de una instancia de SqlGeography.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STConvexHull()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlGeography^ STConvexHull()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STConvexHull : unit -> SqlGeography
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STConvexHull As SqlGeography
Valor devuelto
Type: Microsoft.SqlServer.Types.SqlGeography
Forma convexa.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STConvexHull (tipo de datos geography)
Volver al principio