Share via


Audit.QueueDelay Property

Gets or sets the amount of time in milliseconds that can elapse before audit actions are processed.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property QueueDelay As Integer
    Get
    Set
'Usage
Dim instance As Audit
Dim value As Integer

value = instance.QueueDelay

instance.QueueDelay = value
[SfcPropertyAttribute]
public int QueueDelay { get; set; }
[SfcPropertyAttribute]
public:
property int QueueDelay {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute>]
member QueueDelay : int with get, set
function get QueueDelay () : int
function set QueueDelay (value : int)

Property Value

Type: System.Int32
A Int32 value that specifies the number of milliseconds that can elapse before audit actions are processed.

Remarks

The default value, 1000 (1 second), is the minimum value that can be set. The maximum value that can be set is 2,147,483,647 milliseconds, which is equivalent to 24 days, 20 hours, 31 minutes, 23.647 seconds. The value 0 indicates synchronous delivery.