SqlGeography.STPointN(Int32) Method

Definition

Returns the specified point in a SqlGeography instance.

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

Parameters

n
Int32

An int expression between 1 and the number of points in the SqlGeography instance.

Returns

A SqlGeography representing the specified point in the calling instance.

Attributes

Applies to