BackupInfo.ApplyCompression Property

 

Applies To: SQL Server 2016 Preview

Gets or sets property that indicates whether the backup will be compressed or not.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public bool ApplyCompression { get; set; }
public:
property bool ApplyCompression {
    bool get();
    void set(bool value);
}
member ApplyCompression : bool with get, set
Public Property ApplyCompression As Boolean

Property Value

Type: System.Boolean

true if the backup will be compressed; otherwise, false.

See Also

BackupInfo Class
Microsoft.AnalysisServices Namespace

Return to top