Session.MaxDispatchLatency 属性

Gets or sets the maximum dispatch latency in seconds.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public Property MaxDispatchLatency As Integer 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

Session 类

Microsoft.SqlServer.Management.XEvent 命名空间