BackupDeviceList 생성자

정의

오버로드

BackupDeviceList()

public BackupDeviceList();
Public Sub New ()

적용 대상

BackupDeviceList(IEnumerable<BackupDeviceItem>)

public BackupDeviceList(System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.BackupDeviceItem> collection);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : seq<Microsoft.SqlServer.Management.Smo.BackupDeviceItem> -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (collection As IEnumerable(Of BackupDeviceItem))

매개 변수

적용 대상

BackupDeviceList(Int32)

public BackupDeviceList(int capacity);
new Microsoft.SqlServer.Management.Smo.BackupDeviceList : int -> Microsoft.SqlServer.Management.Smo.BackupDeviceList
Public Sub New (capacity As Integer)

매개 변수

capacity
Int32

적용 대상