Gets or sets the auto refresh interval in milliseconds.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public int ConnectionRefreshInterval { get; set; }
public int ConnectionRefreshInterval { get; set; }
Public Property ConnectionRefreshInterval As Integer
Get
Set
Public Property ConnectionRefreshInterval As Integer
Get
Set
public:
property int ConnectionRefreshInterval {
int get ();
void set (int value);
}
public:
property int ConnectionRefreshInterval {
int get ();
void set (int value);
}
Property Value
Type:
Int32Must be greater than connection timeout!
(VB.NET) This sample shows how to set the property.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.AutoResfreshConnectionState = True
scc.ConnectionRefreshInterval = 60000
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.AutoResfreshConnectionState = True
scc.ConnectionRefreshInterval = 60000
Me.Controls.Add(scc)