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< (Of < ( <'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< (Of < <' (BackupDeviceItem> ) > > )) | Initializes a new instance of the BackupDeviceList class based on the specified BackupDeviceItem object. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Capacity | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Count | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Item | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) |
Zum Anfang
Methoden
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IList. . :: . .Add | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Contains | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IndexOf | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Insert | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Item | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Remove | (Geerbt von List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Geerbt von List< (Of < ( <'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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch