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