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