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