BackupDeviceList Constructor (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
'Bildirim
Public Sub New ( _
capacity As Integer _
)
'Kullanım
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
)
Parameters
- capacity
Type: System.Int32
An Int32 value that specifies the capacity of the BackupDeviceList object.
Examples
Backing Up and Restoring Databases and Transaction Logs
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace