GeographyCollectionAggregate.Terminate 方法

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

Returns the SqlGeography object that represents the geography collection.

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

语法

声明
Public Function Terminate As SqlGeography
用法
Dim instance As GeographyCollectionAggregate 
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 the geography collection.

请参阅

参考

GeographyCollectionAggregate 类

Microsoft.SqlServer.Types 命名空间