BackupDeviceList Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| BackupDeviceList() | |
| BackupDeviceList(IEnumerable<BackupDeviceItem>) | |
| BackupDeviceList(Int32) |
BackupDeviceList()
public BackupDeviceList();
Public Sub New ()
Aplica-se 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>
Aplica-se 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