BackupDeviceList クラス

定義

重要

この API は CLS 準拠ではありません。

厳密に型指定された 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)
継承
BackupDeviceList
属性

コンストラクター

名前 説明
BackupDeviceList()

厳密に型指定された BackupDeviceItem オブジェクトの一覧

BackupDeviceList(IEnumerable<BackupDeviceItem>)

厳密に型指定された BackupDeviceItem オブジェクトの一覧

BackupDeviceList(Int32)

厳密に型指定された BackupDeviceItem オブジェクトの一覧

メソッド

名前 説明
AddDevice(String, DeviceType)

新しい BackupDeviceItem をコレクションに追加します

適用対象