SqlGeography.STNumGeometries Method

Definition

Returns the number of geometries that make up a SqlGeography instance.

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

Returns

A SqlInt32 value that specifies the number of geometries that make up the SqlGeography instance.

Attributes

Applies to