Condividi tramite


setFailoverPartner Method (SQLServerDataSource)

Sets the name of the failover server that is used in a database mirroring configuration.

public void setFailoverPartner(java.lang.String serverName)

Parametri

serverName

A String that contains the failover server name.

Osservazioni

The value set by this method is used in the case of an initial connection failure to the principal server; after the initial connection is made, this value is ignored. The setDatabaseName method should also be used in conjunction with this method or an exception will be thrown.

The driver does not support specifying the port number of the failover server when the failover server name is set. However, calling the setServerName method and the setInstanceName method with the setFailoverPartner method is supported.

Vedere anche

Riferimento

SQLServerDataSource Class

Concetti

SQLServerDataSource Methods
SQLServerDataSource Members