View Constructor

Initializes a new instance of the View object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New View()
public View()
public:
View()
new : unit -> View
public function View()

Remarks

The default constructor initializes any fields to their default values.

Examples

Creating, Altering, and Removing Views

See Also

Reference

View Class

View Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Designing and Implementing Views

CREATE VIEW (Transact-SQL)