Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置 ConnectionTimeout 连接属性。
Public Property ConnectionTimeout As Integer
public int ConnectionTimeout {get;set;}
以下语句显示 ConnectionTimeout 属性的值。
MessageBox.Show( connString.ConnectionTimeout.ToString() );