SqlGeography.STNumPoints Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the total number of points in each of the figures in a SqlGeography instance
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STNumPoints ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STNumPoints : unit -> System.Data.SqlTypes.SqlInt32
Public Function STNumPoints () As SqlInt32
Returns
A SqlInt32 value specifying the total number of points in each figure of the SqlGeography instance.
- Attributes