다음을 통해 공유


ApplyCompression 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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.