SqlGeometry.STEndPoint Method

Definition

Returns the end point of a SqlGeometry instance.

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

Returns

A SqlGeometry object that represents the endpoint of the calling SqlGeometry.

Attributes

Applies to