The View object exposes the attributes of a Microsoft® SQL Server™ view table.
SQL Server supports the definition of data views as tables. With the View object, you can:
The Name property of a View object references the name of a SQL Server view table. Its value is constrained by the rules constraining the name of a view table.
To create a new SQL Server view table
Note The View object is compatible with instances of SQL Server 2000 and SQL Server version 7.0. However, the View2 object extends the functionality of the View object for use with features that are new in SQL Server 2000.