IMutableDatabaseTable Interface
Represents a database table.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CollationInfo | Gets the CollationInfo object that is used by the object collections.(Inherited from IDatabaseTable.) |
![]() | Columns | Gets the collection of columns that belong to this object.(Inherited from IMutableTabular.) |
![]() | Constraints | Gets a collection of table constraints. |
![]() | Indexes | Gets a collection of table indexes. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | Statistics | Gets a collection of table statistics. |
![]() | TabularType | Gets the tabular type.(Inherited from ITabular.) |
![]() | Unaliased |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

