DB2®ConnectionStringBuilder.CurrentSQLID Property
Gets or sets the value of the SQLLID used for all unqualified SQL objects used in the connection.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property CurrentSQLID As String
[C#]
public string CurrentSQLID {get; set;}
[C++]
public: __property String* get_CurrentSQLID();
public: __property void set_CurrentSQLID(String*);
[JScript]
public function get CurrentSQLID() : String;
public function set CurrentSQLID(String);
Property value
A string that represents the default SQLLID to use as the owner for unqualified SQL objects on Db2® for z/OS®. On servers other than Db2 for z/OS, setting CurrentSQLID property is equivalent to setting CurrentSchema property.