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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SACommLinksOptionsBuilder class

SACommLinksOptionsBuilder class Next Page

SACommLinksOptionsBuilder members


Public constructors
Member nameDescription
SACommLinksOptionsBuilder constructors Initializes a new instance of the SACommLinksOptionsBuilder class.
Public properties
Member nameDescription
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.
SpxOptionsBuilder property Gets or sets the an SpxOptionsBuilder object used to create an SPX options string.
SpxOptionsString property Gets or sets a string of SPX options.
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 nameDescription
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