Share via


Propriété SetWorkingSetSize

Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Définir la taille de la plage de travail.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SetWorkingSetSize As ConfigProperty
    Get
'Utilisation
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.SetWorkingSetSize
public ConfigProperty SetWorkingSetSize { get; }
public:
property ConfigProperty^ SetWorkingSetSize {
    ConfigProperty^ get ();
}
member SetWorkingSetSize : ConfigProperty
function get SetWorkingSetSize () : ConfigProperty

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Définir la taille de la plage de travail.

Notes

This property specifies that the operating system does not swap SQL Server pages out of memory even if they can be used more easily by another process when SQL Server is idle.