This constructor is not CLS-compliant.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
語法
'宣告
Public Sub New ( _
collection As IEnumerable(Of BackupDeviceItem) _
)
public BackupDeviceList (
IEnumerable<BackupDeviceItem> collection
)
public:
BackupDeviceList (
IEnumerable<BackupDeviceItem^>^ collection
)
public BackupDeviceList (
IEnumerable<BackupDeviceItem> collection
)
public function BackupDeviceList (
collection : IEnumerable<BackupDeviceItem>
)
參數
- collection
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
BackupDeviceList Class
BackupDeviceList Members
Microsoft.SqlServer.Management.Smo Namespace