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