BackupInfo.ApplyCompression Property
Applies To: SQL Server (starting with 2016)
Gets or sets property that indicates whether the backup will be compressed or not.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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