BackupDeviceList 생성자 (Int32)
Initializes a new instance of the BackupDeviceList class with the specified capacity.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
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.