Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Finishes a call sequence for a geography type.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Overridable Sub EndGeography
'Usage
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()
Implements
Remarks
Call sequences that open with a BeginGeography() must close with a EndGeography().
BeginGeography() and EndGeography() pairs can be nested.