Метод 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.