Class SqlServerProcessorsProperties
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the server processors properties of a SQL instance.
public class SqlServerProcessorsProperties : BypassSection
- Inheritance
-
SqlServerProcessorsProperties
- Inherited Members
Constructors
SqlServerProcessorsProperties()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlServerProcessorsProperties class.
public SqlServerProcessorsProperties()
Properties
AutomaticAffinityMask
Gets or sets whether to automatically set the processor affinity mask for all processors.
public BooleanOption AutomaticAffinityMask { get; set; }
Property Value
AutomaticIOAffinityMask
Gets or sets whether to automatically set the I/O affinity mask for all processors.
public BooleanOption AutomaticIOAffinityMask { get; set; }
Property Value
Cpus
Gets or sets the CPUs available to the SQL instance.
public SqlCpus Cpus { get; set; }
Property Value
MaxWorkerThreads
Gets or sets the maximum number of worker threads.
public int MaxWorkerThreads { get; set; }
Property Value
Methods
ToString()
Returns the processors properties as a human readable string.
public override string ToString()
Returns
- string
The processors properties as a human readable string.