Share via


ISql100EventSession.MaxEventSizeSpecifiedAs Property

Gets or sets the units of the MaxEventSize property.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property MaxEventSizeSpecifiedAs As SqlMemoryUnit
SqlMemoryUnit MaxEventSizeSpecifiedAs { get; set; }
property SqlMemoryUnit MaxEventSizeSpecifiedAs {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
abstract MaxEventSizeSpecifiedAs : SqlMemoryUnit with get, set
function get MaxEventSizeSpecifiedAs () : SqlMemoryUnit
function set MaxEventSizeSpecifiedAs (value : SqlMemoryUnit)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlMemoryUnit

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace