SqlGeometry.STNumPoints Method

Definition

Returns the sum of the number of points in each of the figures in a SqlGeometry 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 that contains the sum of the number of points in each of the figures in the calling instance.

Attributes

Applies to