Share via


ISqlServerOptions.MinMemoryPerQuery Property

Gets or sets a value that models the "min memory per query" sp_configure option.

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

Syntax

'Declaration
Property MinMemoryPerQuery As Nullable(Of Integer)
Nullable<int> MinMemoryPerQuery { get; set; }
property Nullable<int> MinMemoryPerQuery {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract MinMemoryPerQuery : Nullable<int> with get, set
function get MinMemoryPerQuery () : Nullable<int>
function set MinMemoryPerQuery (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace