BackupDeviceList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strongly typed list of BackupDeviceItem objects
public class BackupDeviceList : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
type BackupDeviceList = class
inherit List<BackupDeviceItem>
Public Class BackupDeviceList
Inherits List(Of BackupDeviceItem)
- Inheritance
-
BackupDeviceList
Constructors
BackupDeviceList() | |
BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
BackupDeviceList(Int32) |
Methods
AddDevice(String, DeviceType) |
Adds a new BackupDeviceItem to the collection |