SqlGeographyBuilder.EndGeography 方法 ()

 

完成geography类型的调用序列。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

public virtual void EndGeography()
public:
virtual void EndGeography()
abstract EndGeography : unit -> unit
override EndGeography : unit -> unit
Public Overridable Sub EndGeography

实现

IGeographySink.EndGeography()

备注

调用使用打开的序列 BeginGeography() 必须关闭 EndGeography()。

BeginGeography() 和 EndGeography() 对可以嵌套。

另请参阅

SqlGeographyBuilder 类
Microsoft.SqlServer.Types 命名空间

返回页首