Конструктор BackupDeviceList (Int32)
Initializes a new instance of the BackupDeviceList class with the specified capacity.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Sub New ( _
capacity As Integer _
)
'Применение
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
)
Параметры
- capacity
Тип System. . :: . .Int32
Int32 value that specifies the capacity of the BackupDeviceList.
См. также