BackupDeviceList Classe

Définition

Important

Cette API n’est pas conforme CLS.

Liste fortement typée d’objets BackupDeviceItem

public class BackupDeviceList : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
[System.CLSCompliant(false)]
public class BackupDeviceList : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.BackupDeviceItem>
type BackupDeviceList = class
    inherit List<BackupDeviceItem>
[<System.CLSCompliant(false)>]
type BackupDeviceList = class
    inherit List<BackupDeviceItem>
Public Class BackupDeviceList
Inherits List(Of BackupDeviceItem)
Héritage
BackupDeviceList
Attributs

Constructeurs

Nom Description
BackupDeviceList()

Liste fortement typée d’objets BackupDeviceItem

BackupDeviceList(IEnumerable<BackupDeviceItem>)

Liste fortement typée d’objets BackupDeviceItem

BackupDeviceList(Int32)

Liste fortement typée d’objets BackupDeviceItem

Méthodes

Nom Description
AddDevice(String, DeviceType)

Ajoute un nouvel élément BackupDeviceItem à la collection

S’applique à