共用方式為


GeographyConvexHullAggregate.Terminate 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Returns the SqlGeography object that represents this convex hull.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Function Terminate As SqlGeography
'用途
Dim instance As GeographyConvexHullAggregate 
Dim returnValue As SqlGeography 

returnValue = instance.Terminate()
public SqlGeography Terminate()
public:
virtual SqlGeography^ Terminate() sealed
abstract Terminate : unit -> SqlGeography  
override Terminate : unit -> SqlGeography
public final function Terminate() : SqlGeography

傳回值

型別:Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object that represents this convex hull.

請參閱

參考

GeographyConvexHullAggregate 類別

Microsoft.SqlServer.Types 命名空間