Class SqlBackupDeviceCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of SQL backup devices.
public class SqlBackupDeviceCollection : Collection<SqlBackupDevice>, IList<SqlBackupDevice>, ICollection<SqlBackupDevice>, IList, ICollection, IReadOnlyList<SqlBackupDevice>, IReadOnlyCollection<SqlBackupDevice>, IEnumerable<SqlBackupDevice>, IEnumerable
- Inheritance
-
SqlBackupDeviceCollection
- Implements
- Inherited Members
Constructors
SqlBackupDeviceCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlBackupDeviceCollection class.
public SqlBackupDeviceCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.SqlBackupDevice with the specified name, or null if no CENTREL.XIA.Configuration.Types.SqlBackupDevice with that name is found.
public SqlBackupDevice FindByName(string name)
Parameters
name
stringThe name of the CENTREL.XIA.Configuration.Types.SqlBackupDevice to locate.
Returns
- SqlBackupDevice
The CENTREL.XIA.Configuration.Types.SqlBackupDevice with the specified name.
Sort()
Sorts the values in the collection.
public void Sort()