Share via


Propriété OpenObjects

Obtient l'objet ConfigProperty utilisé pour définir l'option de configuration Objets ouverts.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objet ConfigProperty qui spécifie les paramètres de l'option de configuration Objets ouverts.

Notes

This property specifies the maximum number of database objects that can be open at the same time on an instance of SQL Server.