View Constructor
Initializes a new instance of the View object.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Overload List
Name | Description |
---|---|
View () |
Initializes a new instance of the View object.
|
View (Database, String) |
Initializes a new instance of the View object on the specified database and with the specified name.
|
View (Database, String, String) |
Initializes a new instance of the View object on the specified database and with the specified name and schema.
|
See Also
Reference
View Class
View Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Designing and Implementing Views
Creating, Altering, and Removing Views
CREATE VIEW (Transact-SQL)