IMutableView 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public interface IMutableView : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableTableViewBase, Microsoft.SqlServer.Management.SqlParser.Metadata.IView
type IMutableView = interface
interface IView
interface ITableViewBase
interface IDatabaseTable
interface ITabular
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMutableTableViewBase
interface IMutableDatabaseTable
interface IMutableTabular
interface IMutableMetadataObject
interface IMutableSchemaOwnedObject
interface IMutableDatabaseObject
Public Interface IMutableView
Implements IMutableTableViewBase, IView
- 实现
属性
| 名称 | 说明 |
|---|---|
| CollationInfo | (继承自 IDatabaseTable) |
| Columns | (继承自 ITabular) |
| Constraints | (继承自 IMutableDatabaseTable) |
| HasCheckOption | |
| HasColumnSpecification | |
| Indexes | (继承自 IMutableDatabaseTable) |
| IsEncrypted | |
| IsQuotedIdentifierOn | (继承自 ITableViewBase) |
| IsSchemaBound | |
| IsSystemObject | (继承自 IMutableDatabaseObject) |
| Name | (继承自 IMetadataObject) |
| Parent | (继承自 IDatabaseObject) |
| QueryText | |
| ReturnsViewMetadata | |
| Schema | (继承自 ISchemaOwnedObject) |
| Statistics | (继承自 IMutableDatabaseTable) |
| TabularType | (继承自 ITabular) |
| Triggers | (继承自 ITableViewBase) |
| Unaliased | (继承自 ITabular) |
方法
| 名称 | 说明 |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (继承自 IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (继承自 IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (继承自 ISchemaOwnedObject) |
扩展方法
| 名称 | 说明 |
|---|---|
| TypeInfo(IMetadataObject) | |