Udostępnij przez


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

'Deklaracja
<SfcPropertyAttribute> _
Public Property QueueDelay As Integer
[SfcPropertyAttribute] 
public int QueueDelay { get; set; }
[SfcPropertyAttribute] 
public:
property int QueueDelay {
    int get ();
    void set (int value);
}
/** @property */
public int get_QueueDelay ()

/** @property */
public void set_QueueDelay (int value)
public function get QueueDelay () : int

public function set QueueDelay (value : int)

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.