Classe BackupDeviceList
The BackupDeviceList object provides programmatic access to a list backup devices.
Cette API n'est pas conforme CLS.
Hiérarchie d'héritage
System. . :: . .Object
System.Collections.Generic. . :: . .List< (Of < ( <'BackupDeviceItem> ) > ) >
Microsoft.SqlServer.Management.Smo..::..BackupDeviceList
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Class BackupDeviceList _
Inherits List(Of BackupDeviceItem)
'Utilisation
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>
Le type BackupDeviceList expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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< (Of < <' (BackupDeviceItem> ) > > )) | Initializes a new instance of the BackupDeviceList class based on the specified BackupDeviceItem object. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Capacity | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Count | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Item | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) |
Haut de la page
Méthodes
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IList. . :: . .Add | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Contains | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .CopyTo | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IndexOf | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Insert | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsFixedSize | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsReadOnly | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Item | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Remove | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (hérité de List< (Of < ( <'BackupDeviceItem> ) > ) >.) |
Haut de la page
Notes
With the BackupDeviceList object, you can do the following:
Perform a backup to the specified list of devices.
Add backup devices to the list.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi