SqlGeometry.M Property

Definition

Gets the M (measure) value of the SqlGeometry instance. The semantics of the measure value are user-defined.

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 containing the measure of the SqlGeometry value.

Attributes

Applies to