dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnectionStringBuilder Class / FailoverPartner Property

In This Topic
    FailoverPartner Property
    In This Topic
    Gets or sets the name or address of the server, where database mirroring is configured, to connect to if the primary server is down.
    Syntax
    'Declaration
     
    Public Property FailoverPartner As String
    public string FailoverPartner {get; set;}

    Property Value

    The name or address of the server, where database mirroring is configured, to connect to if the primary server is down.
    Remarks
    Must not be set when MultiSubnetFailover is set to true.
    See Also