Class SqlJobs
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the jobs configured for a SQL instance. This only applies to on-premises installations of SQL Server.
public class SqlJobs : BypassSection
- Inheritance
-
SqlJobs
- Inherited Members
Constructors
SqlJobs()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlJobs class.
public SqlJobs()
Properties
Items
Gets or sets the items in the collection.
public SqlJobCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.SqlJobs class from the specified XML.
public static SqlJobs FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- SqlJobs
A CENTREL.XIA.Configuration.Types.SqlJobs class.
ToString()
Returns the jobs as a human readable string.
public override string ToString()
Returns
- string
The jobs as a human readable string.