SqlGeography.HasM Property

Definition

Returns true if at least one point in a spatial object contains value M; otherwise returns false. This property is read-only.

public bool HasM { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.HasM : bool
Public ReadOnly Property HasM As Boolean

Property Value

true if at least one point in a spatial object contains value M; otherwise false.

Attributes

Applies to