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 | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. (Se hereda de IMutableTabular.) |
![]() |
Columns | Gets the collection of columns that belong to this object. (Se hereda de ITabular.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
TabularType | Gets the tabular type. (Se hereda de 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. (Se hereda de IVirtualTable.) |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. (Se hereda de ITabular.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)