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 네임스페이스