Propriedade do RDL 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.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property TargetTable As ITabular
Get
'Uso
Dim instance As IVirtualTable
Dim value As ITabular
value = instance.TargetTable
ITabular TargetTable { get; }
property ITabular^ TargetTable {
ITabular^ get ();
}
abstract TargetTable : ITabular
function get TargetTable () : ITabular
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITabular
The ITabular object that represents the actual table that provides the collection of columns.
Consulte também