Send feedback on this topic.
Teradata.Client.Provider
UseXViews Property



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : UseXViews Property
All schema queries will return only user owned data.
Syntax
'Declaration
 
Public Property UseXViews As Boolean
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As Boolean
 
instance.UseXViews = value
 
value = instance.UseXViews
public bool UseXViews {get; set;}
public:
property bool UseXViews {
   bool get();
   void set (    bool value);
}
Remarks

For example a tables schema query will access the dbc.tablesx table, in replacement of the dbc.tables table. The dbc.tables table is a system table that may contain many Teradata user id tables, where the dbc.tablesx will contain only a users privately owned tables.

Default Value: true

Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members