BackupDeviceList Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |