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