SqlGeography.STDimension Method

Definition

Returns the maximum dimension of a SqlGeography instance

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

Returns

A SqlInt32 value that contains the maximum dimension of the calling SqlGeography instance.

Attributes

Applies to