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.
    See Also