次の方法で共有


SqlGeography.STConvexHull メソッド

SqlGeography インスタンスの凸包を表すオブジェクトを返します。

名前空間:  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
凸包です。

関連項目

参照

SqlGeography クラス

Microsoft.SqlServer.Types 名前空間

その他の技術情報

STConvexHull (geography データ型)