HasM (geometry)# Returns 1 (true) if a spatial object contains at least one M value; otherwise, it returns 0 (false). Syntax# .HasM Return type# bit Example# DECLARE @p GEOMETRY = 'Point(1 1 1 1)' SELECT @p.HasM --Returns: 1 (true) See Also# Geometry instance extended methods Geometry type