Dela via


ISql100EventSession.MaxMemorySpecifiedAs Property

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

Syntax

'Declaration
Property MaxMemorySpecifiedAs As SqlMemoryUnit
'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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

ISql100EventSession Members

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