Freigeben über


BackupDeviceList Constructor (Generic )

This constructor is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
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>
)

Parameter

  • collection

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

BackupDeviceList Class
BackupDeviceList Members
Microsoft.SqlServer.Management.Smo Namespace