Partager via


ISqlServerOptions.IndexCreateMemory, propriété

Obtient ou définit une valeur qui modélise l'option sp_configure « Création d'index en mémoire ».

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IndexCreateMemory As Nullable(Of Integer)
    Get
    Set
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>)

Valeur de propriété

Type : System.Nullable<Int32>

Sécurité .NET Framework

Voir aussi

Référence

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms