Freigeben über


BackupDeviceList-Konstruktor (Int32)

Initializes a new instance of the BackupDeviceList class with the specified capacity.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Sub New ( _
    capacity As Integer _
)
'Usage
Dim capacity As Integer 

Dim instance As New BackupDeviceList(capacity)
public BackupDeviceList(
    int capacity
)
public:
BackupDeviceList(
    int capacity
)
new : 
        capacity:int -> BackupDeviceList
public function BackupDeviceList(
    capacity : int
)

Parameter

Beispiele

Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen

Siehe auch

Verweis

BackupDeviceList Klasse

BackupDeviceList-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

BACKUP (Transact-SQL)