BackupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of the backup.
public enum BackupType
type BackupType =
Public Enum BackupType
- Inheritance
-
BackupType
Fields
CopyOnlyFull | 3 | |
Differential | 1 | |
Full | 0 | |
Log | 2 |