ConnectionTimeout 接続プロパティを取得または設定します。
Visual Basic Public Property ConnectionTimeout As Integer
C# public int ConnectionTimeout { get; set; }
次の文は、ConnectionTimeout プロパティの値を表示します。
MessageBox.Show( connString.ConnectionTimeout.ToString() ); |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |