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