Skip to main content
All docs
V25.1
  • .NET 8.0+

    DatabaseOptions.Server Property

    Returns the SQL server instance name.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

    public string Server { get; }

    Property Value

    Type Description
    String

    An SQL server instance name.

    Remarks

    Use the DatabaseOptions(String, String, String, String, String, String, String, String) constructor to specify the Server option.

    For example, this attribute can be (localdb)\mssqllocaldb for Microsoft SQL Server or .\SQLEXPRESS for Microsoft SQL Server Express.

    Implements

    See Also