BackupDeviceList Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Penting
API ini bukan kompatibel CLS.
Daftar objek BackupDeviceItem yang sangat ditik
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)
- Warisan
-
BackupDeviceList
- Atribut
Konstruktor
| Nama | Deskripsi |
|---|---|
| BackupDeviceList() |
Daftar objek BackupDeviceItem yang sangat ditik |
| BackupDeviceList(IEnumerable<BackupDeviceItem>) |
Daftar objek BackupDeviceItem yang sangat ditik |
| BackupDeviceList(Int32) |
Daftar objek BackupDeviceItem yang sangat ditik |
Metode
| Nama | Deskripsi |
|---|---|
| AddDevice(String, DeviceType) |
Menambahkan BackupDeviceItem baru ke koleksi |