次の方法で共有


BackupInfo.ApplyCompression プロパティ

バックアップが圧縮されるかどうかを示すプロパティを取得します。値の設定も可能です。

名前空間:  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、圧縮されない場合は false です。

関連項目

参照

BackupInfo クラス

Microsoft.AnalysisServices 名前空間