ISql100EventSession.MaxEventSize Property
Gets or sets the maximum event size.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property MaxEventSize As Integer
int MaxEventSize { get; set; }
property int MaxEventSize {
int get ();
void set (int value);
}
abstract MaxEventSize : int with get, set
function get MaxEventSize () : int
function set MaxEventSize (value : int)
Property Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.