Свойство Session.MaxEventSize

Gets or sets the size in KB of the maximum event for the session.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public Property MaxEventSize As Integer 
    Get 
    Set
'Применение
Dim instance As Session 
Dim value As Integer 

value = instance.MaxEventSize

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

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

Тип: System.Int32
An integer value that specifies the size of the maximum event.

См. также

Справочник

Session Класс

Пространство имен Microsoft.SqlServer.Management.XEvent