Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Initializes an SACommLinksOptionsBuilder object.
Public Sub New(ByVal options As String)
public SACommLinksOptionsBuilder(string options)
options A SQL Anywhere CommLinks connection parameter string. For a list of connection parameters, see Connection parameters.
The SACommLinksOptionsBuilder class is not available in the .NET Compact Framework 2.0.
The following statement initializes an SACommLinksOptionsBuilder object.
SACommLinksOptionsBuilder commLinks = new SACommLinksOptionsBuilder("TCPIP(DoBroadcast=ALL;Timeout=20)");