Cmdlets for Sybase

Build 24.0.9060

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;

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060