Server Property (DB2Connection)
In This Topic
Gets or sets the host and port to connect to. For example, "db2server:5000". Port may be omitted.
Syntax
'Declaration
Public Property Server As String
public string Server {get; set;}
Property Value
The host and port to connect to, separated with a colon.
See Also