Compartir a través de


Session.MaxDispatchLatency Propiedad

Gets or sets the maximum dispatch latency in seconds.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public Property MaxDispatchLatency As Integer 
    Get 
    Set
'Uso
Dim instance As Session 
Dim value As Integer 

value = instance.MaxDispatchLatency

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

Valor de la propiedad

Tipo: System.Int32
An integer value that contains the maximum dispatch latency.

Vea también

Referencia

Session Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent