Compartir a través de


Devices Propiedad

Gets the backup devices specified for the backup or restore operation.

Esta API no es compatible con CLS. 

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Devices As BackupDeviceList
    Get
'Uso
Dim instance As BackupRestoreBase
Dim value As BackupDeviceList

value = instance.Devices
[CLSCompliantAttribute(false)]
public BackupDeviceList Devices { get; }
[CLSCompliantAttribute(false)]
public:
property BackupDeviceList^ Devices {
    BackupDeviceList^ get ();
}
[<CLSCompliantAttribute(false)>]
member Devices : BackupDeviceList
function get Devices () : BackupDeviceList

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .BackupDeviceList
A BackupDeviceList object array value that lists the names of the required backup devices. By default, the value is unspecified.