IVirtualTable Interface
Represents a virtual table (a table that is not database-persisted).
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Columns | Gets the collection of columns that belong to this object.(Inherited from ITabular.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | TabularType | Gets the tabular type.(Inherited from ITabular.) |
![]() | TargetTable | Gets the ITabular object that represents the actual table that provides the collection of columns. For example, a DML INSERT/DELETE table has a target table that is different than the virtual table. |
![]() | Unaliased |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

