Поделиться через


Свойство BackupInfo.ApplyCompression

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property ApplyCompression As Boolean 
    Get 
    Set
'Применение
Dim instance As BackupInfo 
Dim value As Boolean 

value = instance.ApplyCompression

instance.ApplyCompression = value
public bool ApplyCompression { get; set; }
public:
property bool ApplyCompression {
    bool get ();
    void set (bool value);
}
member ApplyCompression : bool with get, set
function get ApplyCompression () : boolean 
function set ApplyCompression (value : boolean)

Значение свойства

Тип: System.Boolean
true if the backup will be compressed; otherwise, false.

См. также

Справочник

BackupInfo Класс

Пространство имен Microsoft.AnalysisServices