BackupRestoreBase.Devices Property
Gets the backup devices specified for the backup or restore operation. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Devices As BackupDeviceList
[CLSCompliantAttribute(false)]
public BackupDeviceList Devices { get; }
[CLSCompliantAttribute(false)]
public:
property BackupDeviceList^ Devices {
BackupDeviceList^ get ();
}
/** @property */
public BackupDeviceList get_Devices ()
public function get Devices () : BackupDeviceList
Property Value
A BackupDeviceList object array value that lists the names of the required backup devices. By default, the value is unspecified.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also