AlternateServers Parameter (Connect-Sybase Cmdlet)
This property allows you to specify multiple servers in addition to the one configured in Server and Port . Specify both a server name and port; separate servers with a comma.
Syntax
Connect-Sybase -AlternateServers string
Data Type
cstr
Default Value
""
Remarks
This property allows you to specify the other servers in addition to the one configured in Server and Port. You must specify all servers using AlternateServers, Server, and Port.
Specify both a server name and port in AlternateServers; separate servers with a comma. For example:
Server=localhost;Port=27017;AlternateServers=localhost:27018,localhost:27019;