Propriété IndexCreateMemory
Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Création d'index en mémoire.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IndexCreateMemory As ConfigProperty
Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.IndexCreateMemory
public ConfigProperty IndexCreateMemory { get; }
public:
property ConfigProperty^ IndexCreateMemory {
ConfigProperty^ get ();
}
member IndexCreateMemory : ConfigProperty
function get IndexCreateMemory () : ConfigProperty
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Création d'index en mémoire.
Notes
This property specifies the amount of memory used by index creation sorts.
Voir aussi