IManagementDatabaseColumnMapping.TableToShow Property

Gets the table that should be shown as a value of this column.
ReadOnly Property TableToShow() As IManagementDatabaseCustomTable
This language is not supported or no code example is available.
IManagementDatabaseCustomTable TableToShow {get;}
This language is not supported or no code example is available.

Property Value

IManagementDatabaseCustomTable

A target table whose rows are values of this column. The value is null reference (Nothing in Visual Basic) if this column stores values directly, instead of the pointers to another table.

Remarks
 

This property only applies to columns (fields) in the main (estimate) table. Only this table can store pointers to rows in another tables.

If this property has a non-null value, the fields in this column store the GUID string of a row in the target table.

Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition