DB2®ConnectionStringBuilder.CLISchema Property
Gets or sets the value indicating the schema to be used. When this keyword is set, the system catalog tables will not be queried to generate the result sets. The static tables created using the db2ocat tool will be queried instead.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property CLISchema As String
[C#]
public string CLISchema {get; set;}
[C++]
public: __property String* get_CLISchema();
public: __property void set_CLISchema(String*);
[JScript]
public function get CLISchema() : String;
public function set CLISchema(String);
Property value
A string representing the schema to be used with the db2ocat tables. By default, this value is not set.
Note: When connecting to a Db2 for z/OS database this
keyword can be ignored or treated as a synonym for the SysSchema property.