BackupDeviceType 열거형
The BackupDeviceType enumeration contains values that are used to specify the backup device type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |