BackupDeviceList-Klasse
The BackupDeviceList object provides programmatic access to a list backup devices.
Diese API ist nicht mit CLS kompatibel.
Vererbungshierarchie
System.Object
System.Collections.Generic.List<BackupDeviceItem>
Microsoft.SqlServer.Management.Smo.BackupDeviceList
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class BackupDeviceList _
Inherits List(Of BackupDeviceItem)
'Usage
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>
Der BackupDeviceList-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Capacity | (Geerbt von List<BackupDeviceItem>.) | |
Count | (Geerbt von List<BackupDeviceItem>.) | |
Item | (Geerbt von List<BackupDeviceItem>.) |
Zum Anfang
Methoden
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IList.Add | (Geerbt von List<BackupDeviceItem>.) | |
IList.Contains | (Geerbt von List<BackupDeviceItem>.) | |
ICollection.CopyTo | (Geerbt von List<BackupDeviceItem>.) | |
IEnumerable<T>.GetEnumerator | (Geerbt von List<BackupDeviceItem>.) | |
IEnumerable.GetEnumerator | (Geerbt von List<BackupDeviceItem>.) | |
IList.IndexOf | (Geerbt von List<BackupDeviceItem>.) | |
IList.Insert | (Geerbt von List<BackupDeviceItem>.) | |
IList.IsFixedSize | (Geerbt von List<BackupDeviceItem>.) | |
ICollection<T>.IsReadOnly | (Geerbt von List<BackupDeviceItem>.) | |
IList.IsReadOnly | (Geerbt von List<BackupDeviceItem>.) | |
ICollection.IsSynchronized | (Geerbt von List<BackupDeviceItem>.) | |
IList.Item | (Geerbt von List<BackupDeviceItem>.) | |
IList.Remove | (Geerbt von List<BackupDeviceItem>.) | |
ICollection.SyncRoot | (Geerbt von List<BackupDeviceItem>.) |
Zum Anfang
Hinweise
With the BackupDeviceList object, you can do the following:
Perform a backup to the specified list of devices.
Add backup devices to the list.
Beispiele
Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace