Partilhar via


Construtor BackupDeviceList (Int32)

Initializes a new instance of the BackupDeviceList class with the specified capacity.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Sub New ( _
    capacity As Integer _
)
'Uso
Dim capacity As Integer 

Dim instance As New BackupDeviceList(capacity)
public BackupDeviceList(
    int capacity
)
public:
BackupDeviceList(
    int capacity
)
new : 
        capacity:int -> BackupDeviceList
public function BackupDeviceList(
    capacity : int
)

Parâmetros

Exemplos

Fazendo backup e restaurando bancos de dados e logs de transações

Consulte também

Referência

BackupDeviceList Classe

Sobrecarregado BackupDeviceList

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

BACKUP (Transact-SQL)