BackupDeviceList Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| BackupDeviceList() | |
| BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
| BackupDeviceList(Int32) |
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
- collection
- IEnumerable<BackupDeviceItem>
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