Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the size in KB of the maximum event for the session.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property MaxEventSize As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An integer value that specifies the size of the maximum event.