Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets the size in KB of the maximum event for the session.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Data := True)> _
Public Property MaxEventSize As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Int32
An integer value that specifies the size of the maximum event.