Classe BackupDeviceList
The BackupDeviceList object provides programmatic access to a list backup devices.
Essa API não é compatível com CLS.
Hierarquia de herança
System. . :: . .Object
System.Collections.Generic. . :: . .List< (Of < ( <'BackupDeviceItem> ) > ) >
Microsoft.SqlServer.Management.Smo..::..BackupDeviceList
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
<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>
O tipo BackupDeviceList expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Capacity | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Count | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
Item | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IList. . :: . .Add | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Contains | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable< (Of < <' (T> ) > > ). . :: . .GetEnumerator | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IndexOf | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Insert | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsFixedSize | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .IsReadOnly | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Item | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
IList. . :: . .Remove | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Herdado de List< (Of < ( <'BackupDeviceItem> ) > ) >.) |
Início
Comentários
With the BackupDeviceList object, you can do the following:
Perform a backup to the specified list of devices.
Add backup devices to the list.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também