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