ITableViewBase 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 ITableViewBase : Microsoft.SqlServer.Management.SqlParser.Metadata.IDatabaseTable, Microsoft.SqlServer.Management.SqlParser.Metadata.ISchemaOwnedObject
type ITableViewBase = interface
interface IDatabaseTable
interface ITabular
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
Public Interface ITableViewBase
Implements IDatabaseTable, ISchemaOwnedObject
- Derived
- Implements
Properties
| CollationInfo | (Inherited from IDatabaseTable) |
| Columns | (Inherited from ITabular) |
| Constraints | (Inherited from IDatabaseTable) |
| Indexes | (Inherited from IDatabaseTable) |
| IsQuotedIdentifierOn | |
| IsSystemObject | (Inherited from IDatabaseObject) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Schema | (Inherited from ISchemaOwnedObject) |
| Statistics | (Inherited from IDatabaseTable) |
| TabularType | (Inherited from ITabular) |
| Triggers | |
| Unaliased | (Inherited from ITabular) |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (Inherited from ISchemaOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |