BackupDeviceList Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| BackupDeviceList() | |
| BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
| BackupDeviceList(Int32) |
BackupDeviceList()
public BackupDeviceList();
Public Sub New ()
Se aplica a
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))
Parámetros
- collection
- IEnumerable<BackupDeviceItem>
Se aplica a
BackupDeviceList(Int32)
public BackupDeviceList(int capacity);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : int -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (capacity As Integer)
Parámetros
- capacity
- Int32