Propriedade do RDL LightweightPooling
Obtém o objeto ConfigProperty usado para definir a opção de configuração de lightweight pooling.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Um objeto ConfigProperty que especifica as definições da opção de configuração de lightweight pooling.
Comentários
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.
Consulte também