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<BackupDeviceItem>
BackupDeviceItem object value that specifies the backup devices.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间