Share via


ISql100EventSession.MaxEventSizeSpecifiedAs Property

Gets or sets the units value for the event size.

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

Syntax

'Declaration
Property MaxEventSizeSpecifiedAs As SqlMemoryUnit
    Get
    Set
'Usage
Dim instance As ISql100EventSession
Dim value As SqlMemoryUnit

value = instance.MaxEventSizeSpecifiedAs

instance.MaxEventSizeSpecifiedAs = value
SqlMemoryUnit MaxEventSizeSpecifiedAs { get; set; }
property SqlMemoryUnit MaxEventSizeSpecifiedAs {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
function get MaxEventSizeSpecifiedAs () : SqlMemoryUnit
function set MaxEventSizeSpecifiedAs (value : SqlMemoryUnit)
abstract MaxEventSizeSpecifiedAs : SqlMemoryUnit with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit
Returns a SqlMemoryUnit.

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

ISql100EventSession Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace