DB2®ConnectionStringBuilder.Server Property
Gets or sets the value specifying the host and port number to connect to.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property Server As String
[C#]
public string Server {get; set;}
[C++]
public: __property String* get_Server();
public: __property void set_Server(String*);
[JScript]
public function get Server() : String;
public function set Server(String);
Property value
A string representing the host and port to connect to.