Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.