Costruttore BackupDeviceList (Int32)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    capacity As Integer _
)
'Utilizzo
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
)

Parametri

Esempi

Backup e ripristino dei database e dei log delle transazioni

Vedere anche

Riferimento

BackupDeviceList Classe

Overload BackupDeviceList

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

BACKUP (Transact-SQL)