View Code
This field contains the code used to create the view. For example:
Create View country as Select
country, ec_code from servername.database.dbo.country
An application can use this feature to build views that point to tables in another database.