BackupRestoreBase.Devices 속성

백업 또는 복원 작업에 대해 지정된 백업 장치를 가져옵니다.

이 API는 CLS 규격이 아닙니다. 

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

구문

‘선언
<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
필요한 백업 장치의 이름을 나열하는 BackupDeviceList 개체 배열 값입니다.기본적으로 이 값은 지정되지 않습니다.

데이터베이스 및 트랜잭션 로그 백업 및 복원

참고 항목

참조

BackupRestoreBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

RESTORE(Transact-SQL)

BACKUP(Transact-SQL)