DB2®ConnectionStringBuilder.ConnectNodeNumber Property
Specifies the database partition server to which a connection is to be made.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property ConnectNodeNumber As Int
[C#]
public Int ConnectNodeNumber {get; set;}
[C++]
public: __property Int* get_ConnectNodeNumber();
public: __property void set_ConnectNodeNumber(Int*);
[JScript]
public function get ConnectNodeNumber(): Int;
public function set ConnectNodeNumber(Int);
Property value
ConnectNodeNumber supports the following set of values:
- Integer value between 0 to 999.
Note: If this variable is not set, or if the value specified is outside the supported range, the
target value defaults to the database partition server that is defined with port 0 on the
machine.