Share via


ISql100EventSession.MaxMemorySpecifiedAs Property

Gets or sets the units value for memory.

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

Syntax

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

value = instance.MaxMemorySpecifiedAs

instance.MaxMemorySpecifiedAs = value
SqlMemoryUnit MaxMemorySpecifiedAs { get; set; }
property SqlMemoryUnit MaxMemorySpecifiedAs {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
function get MaxMemorySpecifiedAs () : SqlMemoryUnit
function set MaxMemorySpecifiedAs (value : SqlMemoryUnit)
abstract MaxMemorySpecifiedAs : 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