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

In This Topic
    DataSource Property (DB2Connection)
    In This Topic
    Gets or sets the name or network address of the DB2 server instance to which to connect.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property DataSource As String
    public override string DataSource {get;}

    Property Value

    The name or network address of the DB2 server instance to which to connect.
    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