A function can be schema bound only if the following conditions are true:
- The function is a Transact-SQL function.
- The user-defined functions and the views it references are also schema-bound.
- The objects that the function references are referenced using a two-part name.

