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.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property TargetTable As ITabular
Get
‘사용 방법
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
속성 값
유형: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ITabular
The ITabular object that represents the actual table that provides the collection of columns.