Поделиться через


Метод SqlGeography.STConvexHull

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

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STConvexHull As SqlGeography
'Применение
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

Возвращаемое значение

Тип: Microsoft.SqlServer.Types.SqlGeography
The convex hull.

См. также

Справочник

SqlGeography Класс

Пространство имен Microsoft.SqlServer.Types

Другие ресурсы

STConvexHull (тип данных geography)