Share via


SqlGeography.STConvexHull-Methode: ()

 

Gibt ein Objekt zurück, das die konvexe Hülle einer SqlGeography-Instanz darstellt.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[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

Rückgabewert

Type: Microsoft.SqlServer.Types.SqlGeography

Die konvexe Hülle.

Siehe auch

SqlGeography-Klasse
Microsoft.SqlServer.Types-Namespace
STConvexHull (geography-Datentyp)

Zurück zum Anfang