Clase BackupDeviceList
The BackupDeviceList object provides programmatic access to a list backup devices.
Esta API no es compatible con CLS.
Jerarquía de herencia
System.Object
System.Collections.Generic.List<BackupDeviceItem>
Microsoft.SqlServer.Management.Smo.BackupDeviceList
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Class BackupDeviceList _
Inherits List(Of BackupDeviceItem)
'Uso
Dim instance As BackupDeviceList
[CLSCompliantAttribute(false)]
public class BackupDeviceList : List<BackupDeviceItem>
[CLSCompliantAttribute(false)]
public ref class BackupDeviceList : public List<BackupDeviceItem^>
[<CLSCompliantAttribute(false)>]
type BackupDeviceList =
class
inherit List<BackupDeviceItem>
end
public class BackupDeviceList extends List<BackupDeviceItem>
El tipo BackupDeviceList expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BackupDeviceList() | Initializes a new instance of the BackupDeviceList class. | |
BackupDeviceList(Int32) | Initializes a new instance of the BackupDeviceList class with the specified capacity. | |
BackupDeviceList(IEnumerable<BackupDeviceItem>) | Initializes a new instance of the BackupDeviceList class based on the specified BackupDeviceItem object. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Capacity | (Se hereda de List<BackupDeviceItem>.) | |
Count | (Se hereda de List<BackupDeviceItem>.) | |
Item | (Se hereda de List<BackupDeviceItem>.) |
Arriba
Métodos
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IList.Add | (Se hereda de List<BackupDeviceItem>.) | |
IList.Contains | (Se hereda de List<BackupDeviceItem>.) | |
ICollection.CopyTo | (Se hereda de List<BackupDeviceItem>.) | |
IEnumerable<T>.GetEnumerator | (Se hereda de List<BackupDeviceItem>.) | |
IEnumerable.GetEnumerator | (Se hereda de List<BackupDeviceItem>.) | |
IList.IndexOf | (Se hereda de List<BackupDeviceItem>.) | |
IList.Insert | (Se hereda de List<BackupDeviceItem>.) | |
IList.IsFixedSize | (Se hereda de List<BackupDeviceItem>.) | |
ICollection<T>.IsReadOnly | (Se hereda de List<BackupDeviceItem>.) | |
IList.IsReadOnly | (Se hereda de List<BackupDeviceItem>.) | |
ICollection.IsSynchronized | (Se hereda de List<BackupDeviceItem>.) | |
IList.Item | (Se hereda de List<BackupDeviceItem>.) | |
IList.Remove | (Se hereda de List<BackupDeviceItem>.) | |
ICollection.SyncRoot | (Se hereda de List<BackupDeviceItem>.) |
Arriba
Comentarios
With the BackupDeviceList object, you can do the following:
Perform a backup to the specified list of devices.
Add backup devices to the list.
Ejemplos
Realizar de copias de seguridad y restaurar bases de datos y registros de transacciones
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo