SqlGeography.M Property

Definition

Returns the M (measure) value of the geography instance.

public System.Data.SqlTypes.SqlDouble M { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.M : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property M As SqlDouble

Property Value

A SqlDouble value that specifies the measure value.

Attributes

Applies to