共用方式為


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 命名空間