DB2 Version 9.7 for Linux, UNIX, and Windows

DB2ConnectionStringBuilder.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 (in IBM.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.

Version information

Last update
This topic was last updated for: IBM DB2 Version 9.7 Fix Pack 6
.NET Framework version
Supported in: 2.0, 3.0, 3.5 and 4.0
IBM Data Server Client
Supported in: IBM DB2 Version 9.7 Fix Pack 6 and later