LightweightPooling-Eigenschaft
Ruft das ConfigProperty-Objekt ab, das zum Festlegen der Konfigurationsoption Lightweightpooling verwendet wird.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property LightweightPooling As ConfigProperty
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Ein ConfigProperty-Objekt, das die Einstellungen für die Konfigurationsoption Lightweightpooling angibt.
Hinweise
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.
Siehe auch