Table Class
Represents a table within a database.
Inheritance Hierarchy
System.Object
Microsoft.Web.Management.DatabaseManager.Table
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Class Table
'Usage
Dim instance As Table
public class Table
public ref class Table
public class Table
The Table type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Table | Creates a new instance of the Table class. |
Top
Properties
Name | Description | |
---|---|---|
CreateDate | Gets or sets the creation date for a table. | |
Name | Gets or sets the name for a table. | |
Schema | Gets or sets the schema name for a table. |
Top
Methods
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.) |
Top
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.