Compartir a través de


Interfaz IMutableVirtualTable

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableVirtualTable _
    Inherits IVirtualTable, IMutableTabular, ITabular, IMutableMetadataObject,  _
    IMetadataObject
'Uso
Dim instance As IMutableVirtualTable
public interface IMutableVirtualTable : IVirtualTable, 
    IMutableTabular, ITabular, IMutableMetadataObject, IMetadataObject
public interface class IMutableVirtualTable : IVirtualTable, 
    IMutableTabular, ITabular, IMutableMetadataObject, IMetadataObject
type IMutableVirtualTable =  
    interface
        interface IVirtualTable
        interface IMutableTabular
        interface ITabular
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableVirtualTable extends IVirtualTable, IMutableTabular, ITabular, IMutableMetadataObject, IMetadataObject

El tipo IMutableVirtualTable expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Columns Gets the collection of columns that belong to this object. (Se hereda de IMutableTabular.)
Propiedad pública Columns Gets the collection of columns that belong to this object. (Se hereda de ITabular.)
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública TabularType Gets the tabular type. (Se hereda de ITabular.)
Propiedad pública 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. (Se hereda de IVirtualTable.)
Propiedad pública Unaliased Gets the ITabular object that this object is an alias for. (Se hereda de ITabular.)

Arriba

Métodos

  Nombre Descripción
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.)

Arriba