DB2®ConnectionStringBuilder.SysSchema Property
Gets or sets the value of the SysSchema keyword.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public Property SysSchema As String
[C#]
public string SysSchema {get; set;}
[C++]
public: __property String* get_SysSchema();
public: __property void set_SysSchema(String*);
[JScript]
public function get SysSchema() : String;
public function set SysSchema(String);
Property value
A string representing an alternative schema to be searched.