Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
接続試行がエラーでタイムアウトするまでの秒数を取得します。
Public ReadOnly Overrides Property ConnectionTimeout As Integer
public override int ConnectionTimeout {get;}
15 秒
次の文は、ConnectionTimeout の値を表示します。
MessageBox.Show( conn.ConnectionTimeout.ToString( ) );