IView 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 IView : Microsoft.SqlServer.Management.SqlParser.Metadata.ITableViewBase
type IView = interface
interface ITableViewBase
interface IDatabaseTable
interface ITabular
interface IMetadataObject
interface ISchemaOwnedObject
interface IDatabaseObject
Public Interface IView
Implements ITableViewBase
- Derived
- Implements
Properties
CollationInfo | (Inherited from IDatabaseTable) |
Columns | (Inherited from ITabular) |
Constraints | (Inherited from IDatabaseTable) |
HasCheckOption | |
HasColumnSpecification | |
Indexes | (Inherited from IDatabaseTable) |
IsEncrypted | |
IsQuotedIdentifierOn | (Inherited from ITableViewBase) |
IsSchemaBound | |
IsSystemObject | (Inherited from IDatabaseObject) |
Name | (Inherited from IMetadataObject) |
Parent | (Inherited from IDatabaseObject) |
QueryText | |
ReturnsViewMetadata | |
Schema | (Inherited from ISchemaOwnedObject) |
Statistics | (Inherited from IDatabaseTable) |
TabularType | (Inherited from ITabular) |
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) |