다음을 통해 공유


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 네임스페이스