SqlGeometry.STStartPoint Method

Definition

Returns the start point of a SqlGeometry instance.

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

Returns

A SqlGeometry object containing the start point of the calling instance.

Attributes

Applies to