Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the BackupDeviceList class with the specified capacity.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Sub New ( _
capacity As Integer _
)
'Utilisation
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
)
Paramètres
- capacity
Type : System.Int32
An Int32 value that specifies the capacity of the BackupDeviceList object.
Exemples
Sauvegarde et restauration des bases de données et journaux de transactions
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo