Partager via


Interface IVirtualTable

Represents a virtual table (a table that is not database-persisted).

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IVirtualTable _
    Inherits ITabular, IMetadataObject
'Utilisation
Dim instance As IVirtualTable
public interface IVirtualTable : ITabular, 
    IMetadataObject
public interface class IVirtualTable : ITabular, 
    IMetadataObject
type IVirtualTable =  
    interface
        interface ITabular
        interface IMetadataObject
    end
public interface IVirtualTable extends ITabular, IMetadataObject

Le type IVirtualTable expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Columns Gets the collection of columns that belong to this object. (hérité de ITabular.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique TabularType Gets the tabular type. (hérité de ITabular.)
Propriété publique 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.
Propriété publique Unaliased Gets the ITabular object that this object is an alias for. (hérité de ITabular.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (hérité de IMetadataObject.)

Haut de la page