SqlCeConnectionStringBuilder.FlushInterval Property

Gets or sets the specified interval time (in seconds) before all committed transactions are flushed to disk.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Property FlushInterval As Integer
    Get
    Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As Integer

value = instance.FlushInterval

instance.FlushInterval = value
public int FlushInterval { get; set; }
public:
property int FlushInterval {
    int get ();
    void set (int value);
}
member FlushInterval : int with get, set
function get FlushInterval () : int
function set FlushInterval (value : int)

Property Value

Type: System.Int32
The specified interval time (in seconds). If not specified, the default value is 10.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace