BackupDeviceList Constructors

Definition

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

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

Applies to