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 接続パラメータオプション文字列。接続パラメータのリストについては、接続パラメータを参照してください。
SATcpOptionsBuilder クラスは、.NET Compact Framework 2.0 では使用できません。
次の文は、SATcpOptionsBuilder オブジェクトを初期化します。
SATcpOptionsBuilder options = new SATcpOptionsBuilder("localonly=yes;port=6873");