There is no fixed limit on the number of methods you can associate with a UDT. Generally speaking, the upper limit is approximately 500. The reason the limit cannot be expressed deterministically is that methods can have a variable number of parameters, and the aggregate number of method parameters affects this limit, which is due to Parser memory restrictions.