Creating, Altering, and Removing Views

In SQL Server Management Objects (SMO), SQL Server views are represented by the View object.

The TextBody property of the View object defines the view. It is the equivalent of the Transact-SQL SELECT statement for creating a view.

See Also

Reference

View

Other Resources

VIEWS (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance