다음을 통해 공유


Devices 속성

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

이 API는 CLS와 호환되지 않습니다. 

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Devices As BackupDeviceList
    Get
‘사용 방법
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

속성 값

형식: 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.