BackupDeviceList Class

The BackupDeviceList object provides programmatic access to a list backup devices. This class is not CLS-compliant.

命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

语法

声明
<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>

备注

已更新的文本:

With the BackupDeviceList object, you can do the following:

  • Perform a backup to the specified list of devices.

  • Add backup devices to the list.

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List
    Microsoft.SqlServer.Management.Smo.BackupDeviceList

示例

How to: Back Up Databases and Transaction Logs in Visual Basic .NET

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

BackupDeviceList Members
Microsoft.SqlServer.Management.Smo Namespace

其他资源

BACKUP (Transact-SQL)
在 SQL Server 中备份和还原数据库