共用方式為


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
)

參數