Compartir a través de


Configuration.OpenObjects Propiedad

Gets the ConfigProperty object that is used to set the open objects configuration option.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property OpenObjects As ConfigProperty 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ConfigProperty
A ConfigProperty object that specifies the settings for the open objects configuration option.

Comentarios

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

Ejemplos

Configurar SQL Server en SMO

Vea también

Referencia

Configuration Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Opciones de configuración del servidor

sp_configure (Transact-SQL)