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