IResolvedViewSynonym 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 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
- Implements
Properties
CollationInfo | (Inherited from IDatabaseTable) |
Columns | (Inherited from ITabular) |
Constraints | (Inherited from IDatabaseTable) |
HasCheckOption | (Inherited from IView) |
HasColumnSpecification | (Inherited from IView) |
Indexes | (Inherited from IDatabaseTable) |
IsEncrypted | (Inherited from IView) |
IsQuotedIdentifierOn | (Inherited from ITableViewBase) |
IsSchemaBound | (Inherited from IView) |
IsSystemObject | (Inherited from IDatabaseObject) |
Name | (Inherited from IMetadataObject) |
Parent | (Inherited from IDatabaseObject) |
QueryText | (Inherited from IView) |
ReturnsViewMetadata | (Inherited from IView) |
Schema | (Inherited from ISchemaOwnedObject) |
Statistics | (Inherited from IDatabaseTable) |
Synonym | (Inherited from IResolvedSynonym) |
TabularType | (Inherited from ITabular) |
TargetObject | |
Triggers | (Inherited from ITableViewBase) |
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) |