Share via


ISqlServerOptions.IndexCreateMemory Property

Gets or sets a value that models the "index create memory" sp_configure option.

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

Syntax

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

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace