Expand Minimize
This topic has not yet been rated - Rate this topic

BackupCompressionOptions Enumeration

The BackupCompressionOptions enumeration contains values that are used to specify the backup compression option.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public enum BackupCompressionOptions
Member nameDescription
DefaultValue = 0. Use the default backup compression server configuration.
OnValue = 1. Enable the backup compression.
OffValue = 2. Disable the backup compression.

Member Name

Value

Description

Default

0

Use the default backup compression server configuration

On

1

Enable the backup compression

Off

2

Disable the backup compression

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.