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 based on the specified BackupDeviceItem object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Sub New ( _
collection As IEnumerable(Of BackupDeviceItem) _
)
'Uso
Dim collection As IEnumerable(Of BackupDeviceItem)
Dim instance As New BackupDeviceList(collection)
public BackupDeviceList(
IEnumerable<BackupDeviceItem> collection
)
public:
BackupDeviceList(
IEnumerable<BackupDeviceItem^>^ collection
)
new :
collection:IEnumerable<BackupDeviceItem> -> BackupDeviceList
public function BackupDeviceList(
collection : IEnumerable<BackupDeviceItem>
)
Parámetros
- collection
Tipo: System.Collections.Generic.IEnumerable<BackupDeviceItem>
BackupDeviceItem object value that specifies the backup devices.
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