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