SqlGeography.STNumCurves Method

Definition

Returns the number of curves in a one-dimensional SqlGeography instance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STNumCurves ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STNumCurves : unit -> System.Data.SqlTypes.SqlInt32
Public Function STNumCurves () As SqlInt32

Returns

The number of curves.

Attributes

Applies to