DB2ConnectionStringBuilder.LibraryList Property

The LibraryList property sets the LibraryList to be set by the server. It is a read/write property that allows you to specify which libraries are to be loaded by the server for the connection. The library names are case sensitive.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Property LibraryList As string
[C#]
public string LibraryList {get; set;}
[C++]
public: __property char* get_LibraryList();
public: __property void set_LibraryList(char*);
[JScript]
public function get LibraryList() : string;
public function set LibraryList(string);

Property value

The list of libraries to be loaded by the server for the current connection. There is no default value. The library names are case-sensitive. Each value must be separated by a space. For example:

LibraryList="LIB1 LIB2 LIB3 LIB4"

Remarks

The LibraryList property does not change the value for Current Library.

Data server restrictions

This property is only applicable when connecting to IBM i database servers.