IMutableTableDataType Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableTableDataType : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDatabaseTable, Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDataType, Microsoft.SqlServer.Management.SqlParser.Metadata.ITableDataType
type IMutableTableDataType = interface
interface ITableDataType
interface IDataType
interface IMetadataObject
interface IDatabaseTable
interface ITabular
interface IMutableDataType
interface IMutableMetadataObject
interface IMutableDatabaseTable
interface IMutableTabular
Public Interface IMutableTableDataType
Implements IMutableDatabaseTable, IMutableDataType, ITableDataType
- Derived
- Implements
Properties
| CollationInfo | (Inherited from IDatabaseTable) |
| Columns | (Inherited from ITabular) |
| Constraints | (Inherited from IMutableDatabaseTable) |
| Indexes | (Inherited from IMutableDatabaseTable) |
| IsCursor | (Inherited from IDataType) |
| IsScalar | (Inherited from IDataType) |
| IsTable | (Inherited from IDataType) |
| IsUnknown | (Inherited from IMutableDataType) |
| Name | (Inherited from IMetadataObject) |
| Statistics | (Inherited from IMutableDatabaseTable) |
| TabularType | (Inherited from ITabular) |
| Unaliased | (Inherited from ITabular) |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |