BackupDeviceList Class
SQL Server 2012
The BackupDeviceList object provides programmatic access to a list backup devices.
This API is not CLS-compliant.
System.Object
System.Collections.Generic.List<BackupDeviceItem>
Microsoft.SqlServer.Management.Smo.BackupDeviceList
System.Collections.Generic.List<BackupDeviceItem>
Microsoft.SqlServer.Management.Smo.BackupDeviceList
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
The BackupDeviceList type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BackupDeviceList() | Initializes a new instance of the BackupDeviceList class. |
![]() | BackupDeviceList(Int32) | Initializes a new instance of the BackupDeviceList class with the specified capacity. |
![]() | BackupDeviceList(IEnumerable<BackupDeviceItem>) | Initializes a new instance of the BackupDeviceList class based on the specified BackupDeviceItem object. |
| Name | Description | |
|---|---|---|
![]() | Capacity | (Inherited from List<BackupDeviceItem>.) |
![]() | Count | (Inherited from List<BackupDeviceItem>.) |
![]() | Item | (Inherited from List<BackupDeviceItem>.) |
Top
| Name | Description | |
|---|---|---|
![]() ![]() | IList.Add | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.Contains | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | ICollection.CopyTo | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IEnumerable<T>.GetEnumerator | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IEnumerable.GetEnumerator | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.IndexOf | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.Insert | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.IsFixedSize | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | ICollection<T>.IsReadOnly | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.IsReadOnly | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | ICollection.IsSynchronized | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.Item | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | IList.Remove | (Inherited from List<BackupDeviceItem>.) |
![]() ![]() | ICollection.SyncRoot | (Inherited from List<BackupDeviceItem>.) |


