dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Connection Class / Server Property

In This Topic
    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