GeometryCollectionAggregate.Terminate 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Returns the SqlGeometry object that represents the geometry collection.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
Public Function Terminate As SqlGeometry
用法
Dim instance As GeometryCollectionAggregate 
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
A SqlGeometry object that represents the geometry collection.

请参阅

参考

GeometryCollectionAggregate 类

Microsoft.SqlServer.Types 命名空间