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
- 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.