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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also