BackupDeviceList Class
The BackupDeviceList object provides programmatic access to a list backup devices. This class is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
Public Class BackupDeviceList
Inherits List(Of BackupDeviceItem)
[CLSCompliantAttribute(false)]
public class BackupDeviceList : List<BackupDeviceItem>
[CLSCompliantAttribute(false)]
public ref class BackupDeviceList : public List<BackupDeviceItem^>
/** @attribute CLSCompliantAttribute(false) */
public class BackupDeviceList extends List<BackupDeviceItem>
CLSCompliantAttribute(false)
public class BackupDeviceList extends List<BackupDeviceItem>
Remarks
With the BackupDeviceList object, you can do the following:
Perform a backup to the specified list of devices.
Add backup devices to the list.
Inheritance Hierarchy
System.Object
System.Collections.Generic.List
Microsoft.SqlServer.Management.Smo.BackupDeviceList
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also