BackupDeviceList Constructeurs

Définition

Surcharges

BackupDeviceList()

public BackupDeviceList();
Public Sub New ()

S’applique à

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))

Paramètres

S’applique à

BackupDeviceList(Int32)

public BackupDeviceList(int capacity);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : int -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (capacity As Integer)

Paramètres

capacity
Int32

S’applique à