Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SACommLinksOptionsBuilder class

 

SACommLinksOptionsBuilder members

Public constructors
Member name Description

SACommLinksOptionsBuilder constructors

Initializes a new instance of the SACommLinksOptionsBuilder class.

Public properties
Member name Description

All property

Gets or sets the ALL CommLinks option.

ConnectionString property

Gets or sets the connection string being built.

SharedMemory property

Gets or sets the SharedMemory protocol.

TcpOptionsBuilder property

Gets or sets a TcpOptionsBuilder object used to create a TCP options string.

TcpOptionsString property

Gets or sets a string of TCP options.

Public methods
Member name Description

GetUseLongNameAsKeyword method

Gets a boolean values that indicates whether long connection parameter names are used in the connection string.

SetUseLongNameAsKeyword method

Sets a boolean value that indicates whether long connection parameter names are used in the connection string. Long connection parameter names are used by default.

ToString method

Converts the SACommLinksOptionsBuilder object to a string representation.

See also