BackupDatabaseTaskBackupAction Enumeration
The BackupDatabaseTaskBackupAction enumeration provides options for the type of backup that will be performed in a SQL Server Integration Services Backup Database task.
Enumeration Values
Name | Summary |
---|---|
Full | Specifies that a full backup of all data should be performed. |
Differential | Specifies that a differential backup of changes since the previous backup should be performed. |
TransactionLog | Specifies that a backup of transaction log data should be performed. |