Enum BackupDatabaseTaskBackupAction
C#
public enum BackupDatabaseTaskBackupAction
Fields
| Differential | Specifies that a differential backup of changes since the previous backup should be performed. |
| Full | Specifies that a full backup of all data should be performed. |
| TransactionLog | Specifies that a backup of transaction log data should be performed. |