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