BackupDeviceList 建構函式 (IEnumerable(BackupDeviceItem))
Initializes a new instance of the BackupDeviceList class based on the specified BackupDeviceItem object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub New ( _
collection As IEnumerable(Of BackupDeviceItem) _
)
'用途
Dim collection As IEnumerable(Of BackupDeviceItem)
Dim instance As New BackupDeviceList(collection)
public BackupDeviceList(
IEnumerable<BackupDeviceItem> collection
)
public:
BackupDeviceList(
IEnumerable<BackupDeviceItem^>^ collection
)
new :
collection:IEnumerable<BackupDeviceItem> -> BackupDeviceList
public function BackupDeviceList(
collection : IEnumerable<BackupDeviceItem>
)
參數
- collection
型別:System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'BackupDeviceItem> ) > ) >
BackupDeviceItem object value that specifies the backup devices.