BackupDeviceType Enumeration
The BackupDeviceType enumeration contains values that are used to specify the backup device type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
구문
‘선언
Public Enumeration BackupDeviceType
public enum BackupDeviceType
public enum class BackupDeviceType
public enum BackupDeviceType
public enum BackupDeviceType
Members
Member name | Description |
---|---|
CDRom | Reserved for future use. |
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 | Device type is not valid. |
주의
The BackupDeviceType enumeration class is served by the BackupDevice class.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
예
How to: Back Up Databases and Transaction Logs in Visual Basic .NET
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
Microsoft.SqlServer.Management.Smo Namespace
관련 자료
BACKUP(Transact-SQL)
RESTORE(Transact-SQL)
SQL Server의 데이터베이스 백업 및 복원