BackupDeviceList Class

Definition

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

Applies to