View Class

Represents a view within a database.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Management.DatabaseManager.View

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Class View
'Usage
Dim instance As View
public class View
public ref class View
public class View

The View type exposes the following members.

Constructors

  Name Description
Public method View Creates a new instance of the View class.

Top

Properties

  Name Description
Public property Definition Gets or sets the definition for a view.
Public property Name Gets or sets the name for a view.
Public property Schema Gets or sets the schema name for a view.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

A database view is a virtual table that may contain data from a single table, multiple tables, calculated values, or other views.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Management.DatabaseManager Namespace