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