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)
Syntax
'Bildirim
Public Enumeration BackupCompressionOptions
public enum BackupCompressionOptions
public enum class BackupCompressionOptions
public enum BackupCompressionOptions
public enum BackupCompressionOptions
Members
Member name | Description |
---|---|
Default | Value = 0. Use the default backup compression server configuration. |
Off | Value = 2. Disable the backup compression. |
On | Value = 1. Enable the backup compression. |
Remarks
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 |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.