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
Public method Table Creates a new instance of the Table class.

Top

Properties

  Name Description
Public property CreateDate Gets or sets the creation date for a table.
Public property Name Gets or sets the name for a table.
Public property Schema Gets or sets the schema name for a table.

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

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