Class SqlExternalResourcePool
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an external SQL resource pool.
public class SqlExternalResourcePool : BaseTypeSection, IComparable<SqlExternalResourcePool>
- Inheritance
-
SqlExternalResourcePool
- Implements
Constructors
SqlExternalResourcePool()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlExternalResourcePool class.
public SqlExternalResourcePool()
Properties
IsSystemObject
Gets or sets whether the external resource pool is a system object.
public BooleanOption IsSystemObject { get; set; }
Property Value
MaximumCpuPercentage
Gets or sets the maximum CPU percentage.
public int MaximumCpuPercentage { get; set; }
Property Value
MaximumMemoryPercentage
Gets or sets the maximum memory percentage.
public int MaximumMemoryPercentage { get; set; }
Property Value
MaximumProcesses
Gets or sets the maximum processes.
public long MaximumProcesses { get; set; }
Property Value
Name
Gets or sets the name of the external resource pool.
public string Name { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.SqlExternalResourcePool cloned from this object.
public SqlExternalResourcePool Clone()
Returns
- SqlExternalResourcePool
A CENTREL.XIA.Configuration.Types.SqlExternalResourcePool.
CompareTo(SqlExternalResourcePool)
Compares two CENTREL.XIA.Configuration.Types.SqlExternalResourcePool objects to allow sorting alphabetically by name.
public int CompareTo(SqlExternalResourcePool other)
Parameters
other
SqlExternalResourcePoolThe CENTREL.XIA.Configuration.Types.SqlExternalResourcePool to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.SqlExternalResourcePool objects.