BackupDeviceType 열거형

The BackupDeviceType enumeration contains values that are used to specify the backup device type.

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

구문

‘선언
Public Enumeration BackupDeviceType
‘사용 방법
Dim instance As BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
type BackupDeviceType
public enum BackupDeviceType

멤버

멤버 이름 설명
CDRom 정보를 제공하기 위해서만 확인됩니다. 지원되지 않습니다. 향후 호환성은 보장되지 않습니다.
Disk Device is a disk file created on the hard disk.
FloppyA Device is a disk file created on the removable media in a floppy disk drive.
FloppyB Device is a disk file create on the removable media in drive B
Pipe Device is a named pipe.
Tape Device is a tape drive.
Unknown The device is unknown.

주의

The BackupDeviceType enumeration class is served by the BackupDevice class.

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

참고 항목

참조

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

관련 자료

BACKUP(Transact-SQL)

RESTORE(Transact-SQL)