Share via


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 네임스페이스