DB2®ConnectionStringBuilder.CurrentSchema Property

Gets or sets the value of the schema name 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 CurrentSchema As String
[C#]
public string CurrentSchema {get; set;}
[C++]
public: __property String* get_CurrentSchema();
public: __property void set_CurrentSchema(String*);
[JScript]
public function get CurrentSchema() : String;
public function set CurrentSchema(String);

Property value

A string representing the default user ID to use as the owner for unqualified SQL objects.