Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
初始化 SATcpOptionsBuilder 对象。
Public Sub New(ByVal options As String)
public SATcpOptionsBuilder(string options)
options SQL Anywhere TCP 连接参数选项字符串。有关连接参数的列表,请参见连接参数。
无法在 .NET Compact Framework 2.0 中使用 SATcpOptionsBuilder 类。
以下语句初始化 SATcpOptionsBuilder 对象。
SATcpOptionsBuilder options = new SATcpOptionsBuilder("localonly=yes;port=6873");