BackupDeviceList 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BackupDeviceList()
public BackupDeviceList();
Public Sub New ()
适用于
BackupDeviceList(IEnumerable<BackupDeviceItem>)
public BackupDeviceList(System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.BackupDeviceItem> collection);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : seq<Microsoft.SqlServer.Management.Smo.BackupDeviceItem> -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (collection As IEnumerable(Of BackupDeviceItem))
参数
- collection
- IEnumerable<BackupDeviceItem>
适用于
BackupDeviceList(Int32)
public BackupDeviceList(int capacity);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : int -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (capacity As Integer)
参数
- capacity
- Int32