SqlGeography.STEndPoint Method

Definition

Returns the end point of a SqlGeography instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STEndPoint ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STEndPoint : unit -> Microsoft.SqlServer.Types.SqlGeography
Public Function STEndPoint () As SqlGeography

Returns

A SqlGeography value containing the end point.

Attributes

Applies to