Método SqlGeography.STConvexHull
Returns an object that represents the convex hull of a SqlGeography instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<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 de retorno
Tipo: Microsoft.SqlServer.Types.SqlGeography
The convex hull.
Consulte também
Referência
Namespace Microsoft.SqlServer.Types