Поделиться через


Свойство QueueDelay

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public Property QueueDelay As Integer
    Get
    Set
'Применение
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)

Значение свойства

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

Замечания

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.