TableInfo Class

Represents the information for a table within a database.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Management.DatabaseManager.TableInfo

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

Syntax

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

The TableInfo type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Columns Returns a list of columns within the table information.
Public property ForeignKeys Returns a list of foreign keys within the table information.
Public property HasChanges Gets or sets a value that indicates whether the table information has changes.
Public property Indexes Returns a list of indexes within the table information.
Public property IsMarkedForDelete Gets or sets a value that indicates whether the table information is marked for deletion.
Public property Name Gets or sets the name of the 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