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
Method Type | Name | Description |
---|---|---|
View | Creates a new instance of the View class. |
Properties
Property Type | Name | Description |
---|---|---|
Definition | Gets or sets the definition for a view. | |
Name | Gets or sets the name for a view. | |
Schema | Gets or sets the schema name for a view. |
Methods
Method Type | Name | Description |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.