SqlGeometry.M Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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