LightweightPooling Propiedad
Obtiene el objeto ConfigProperty que se usa para establecer la opción de configuración Agrupación ligera.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property LightweightPooling As ConfigProperty
Get
'Uso
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.LightweightPooling
public ConfigProperty LightweightPooling { get; }
public:
property ConfigProperty^ LightweightPooling {
ConfigProperty^ get ();
}
member LightweightPooling : ConfigProperty
function get LightweightPooling () : ConfigProperty
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objeto ConfigProperty que especifica los valores para la opción de configuración Agrupación ligera.
Comentarios
This property specifies a reduction in system overhead that is associated with the excessive context switching that is sometimes seen in symmetric multiprocessor (SMP) environments.
Vea también