BackupDeviceList 构造函数 (Int32)

Initializes a new instance of the BackupDeviceList class with the specified capacity.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Sub New ( _
    capacity As Integer _
)
用法
Dim capacity As Integer 

Dim instance As New BackupDeviceList(capacity)
public BackupDeviceList(
    int capacity
)
public:
BackupDeviceList(
    int capacity
)
new : 
        capacity:int -> BackupDeviceList
public function BackupDeviceList(
    capacity : int
)

参数

示例

备份和还原数据库和事务日志

请参阅

参考

BackupDeviceList 类

BackupDeviceList 重载

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

BACKUP (Transact-SQL)