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