Class SqlCpus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of CPUs assigned to a SQL instance.
public class SqlCpus : BaseTypeSection
- Inheritance
-
SqlCpus
Constructors
SqlCpus()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlCpus class.
public SqlCpus()
Properties
Items
Gets or sets the items in the collection.
public SqlCpuCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlCpus class from the specified XML.
public static SqlCpus FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlCpus
A CENTREL.XIA.Configuration.Types.SqlCpus class.
ToString()
Returns the CPUs as a human readable string.
public override string ToString()
Returns
- string
The CPUs as a human readable string.