Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the BackupDeviceList class with the specified capacity.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
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
- capacity
Tipo: System.Int32
An Int32 value that specifies the capacity of the BackupDeviceList object.
Ejemplos
Realizar de copias de seguridad y restaurar bases de datos y registros de transacciones
Vea también
Referencia
Sobrecarga de BackupDeviceList
Espacio de nombres Microsoft.SqlServer.Management.Smo