SqlGeographyBuilder.EndGeography 方法

Finishes a call sequence for a geography type.

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

语法

声明
Public Overridable Sub EndGeography
用法
Dim instance As SqlGeographyBuilder

instance.EndGeography()
public virtual void EndGeography()
public:
virtual void EndGeography()
abstract EndGeography : unit -> unit  
override EndGeography : unit -> unit
public function EndGeography()

实现

IGeographySink.EndGeography()

注释

Call sequences that open with a BeginGeography() must close with a EndGeography().

BeginGeography() and EndGeography() pairs can be nested.

请参阅

参考

SqlGeographyBuilder 类

Microsoft.SqlServer.Types 命名空间