BackupDatabaseTaskBackupCompressionOption Enumeration
The BackupDatabaseTaskBackupCompressionOption enumeration provides options for compression to be applied to the backup produced by a SQL Server Integration Services Backup Database task.
Enumeration Values
Name | Summary |
---|---|
DefaultServerSetting | Specifies that the backup operation should use server default setting for compression. |
CompressBackup | Specifies that the backup operation should compress the data. |
NoCompression | Specifies that the backup operation should not compress the data. |