SwitchMode
This property allows you to specify a switching mode to select a server from AlternateServers as the active server.
Possible Values
None, Failover, LoadBalanceData Type
string
Default Value
"Failover"
Remarks
There are three switching modes available: None: Always use the default server. Failover: When the active server cannot be accessed, another server in AlternateServers will be used as the active server. LoadBalance: This option includes the feature of "Failover". In addition, the active server will also be changed after a transcation is committed.
Specify SwitchMode:
SwitchMode=Failover;