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