Compartir a través de


SqlGeography.STConvexHull Método

Returns an object that represents the convex hull of a SqlGeography instance.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STConvexHull As SqlGeography
'Uso
Dim instance As SqlGeography 
Dim returnValue As SqlGeography 

returnValue = instance.STConvexHull()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STConvexHull()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STConvexHull()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STConvexHull : unit -> SqlGeography
public function STConvexHull() : SqlGeography

Valor devuelto

Tipo: Microsoft.SqlServer.Types.SqlGeography
The convex hull.

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types

Otros recursos

STConvexHull (tipo de datos geography)