次の方法で共有


SqlGeographyBuilder.EndGeography メソッド

geography 型の呼び出しシーケンスを終了します。

名前空間:  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()

説明

BeginGeography() で開いた呼び出しシーケンスは EndGeography() で閉じる必要があります。

BeginGeography() と EndGeography() のペアは入れ子にできます。

関連項目

参照

SqlGeographyBuilder クラス

Microsoft.SqlServer.Types 名前空間