Interfaccia IMutableVirtualTable
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IMutableVirtualTable _
Inherits IVirtualTable, IMutableTabular, ITabular, IMutableMetadataObject, _
IMetadataObject
'Utilizzo
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
Nel tipo IMutableVirtualTable sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Columns | Gets the collection of columns that belong to this object. Ereditato da IMutableTabular. |
![]() |
Columns | Gets the collection of columns that belong to this object. Ereditato da ITabular. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
![]() |
TabularType | Gets the tabular type. Ereditato da 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. Ereditato da IVirtualTable. |
![]() |
Unaliased | Gets the ITabular object that this object is an alias for. Ereditato da ITabular. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)