ISql100ServerAudit.QueueDelay (Propiedad)
Obtiene o establece el retraso de la cola.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property QueueDelay As Integer
Get
Set
int QueueDelay { get; set; }
property int QueueDelay {
int get ();
void set (int value);
}
abstract QueueDelay : int with get, set
function get QueueDelay () : int
function set QueueDelay (value : int)
Valor de propiedad
Tipo: System.Int32
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.