BackupDeviceList Constructors
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.
Overloads
BackupDeviceList() | |
BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
BackupDeviceList(Int32) |
BackupDeviceList()
public BackupDeviceList ();
Public Sub New ()
Applies to
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))
Parameters
- collection
- IEnumerable<BackupDeviceItem>
Applies to
BackupDeviceList(Int32)
public BackupDeviceList (int capacity);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : int -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (capacity As Integer)
Parameters
- capacity
- Int32