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()
實作
備註
Call sequences that open with a BeginGeography() must close with a EndGeography().
BeginGeography() and EndGeography() pairs can be nested.