DB2®ConnectionStringBuilder.CurrentPackageSet Property
Issues the SET CURRENT PACKAGESET statement after every connection.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property CurrentPackageSet As String
[C#]
public string CurrentPackageSet {get; set;}
[C++]
public: __property String* get_CurrentPackageSet();
public: __property void set_CurrentPackageSet(String*);
[JScript]
public function get CurrentPackageSet(): String;
public function set CurrentPackageSet(String);
Property value
This option issues the SET CURRENT PACKAGESET SQL statement with the CurrentPackageSet value after every connection to a database. By default this clause is not appended.