SqlGeography.STStartPoint Method

Definition

Returns the start point of a SqlGeography instance.

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

Returns

A SqlGeography value that represents the start point of the calling SqlGeography.

Attributes

Applies to