共用方式為


GeometryEnvelopeAggregate.Terminate 方法

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

Returns the SqlGeometry object that represents this geometry envelope.

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

語法

'宣告
Public Function Terminate As SqlGeometry
'用途
Dim instance As GeometryEnvelopeAggregate 
Dim returnValue As SqlGeometry 

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

傳回值

型別:Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object that represents this geometry envelope.

請參閱

參考

GeometryEnvelopeAggregate 類別

Microsoft.SqlServer.Types 命名空間