Share via


DatabaseEventLog.IntervalSizeInMinutes Property

 

Optional. Gets the interval size of the event log expressed in minutes.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public int IntervalSizeInMinutes { get; set; }
public:
property int IntervalSizeInMinutes {
    int get();
    void set(int value);
}
member IntervalSizeInMinutes : int with get, set
Public Property IntervalSizeInMinutes As Integer

Property Value

Type: System.Int32

See Also

DatabaseEventLog Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top