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.
Important
This API is not CLS-compliant.
Strongly typed list of BackupDeviceItem objects
public class BackupDeviceList : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
[System.CLSCompliant(false)]
public class BackupDeviceList : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
type BackupDeviceList = class
inherit List<BackupDeviceItem>
[<System.CLSCompliant(false)>]
type BackupDeviceList = class
inherit List<BackupDeviceItem>
Public Class BackupDeviceList
Inherits List(Of BackupDeviceItem)
- Inheritance
-
BackupDeviceList
- Attributes
Constructors
BackupDeviceList() | |
BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
BackupDeviceList(Int32) |
Methods
AddDevice(String, DeviceType) |
Adds a new BackupDeviceItem to the collection |