Aracılığıyla paylaş


BackupInfo.ApplyCompression Özelliği

Alır veya ayarlar yedek veya sıkıştırılmış olup olmadığını gösteren özellik.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Property ApplyCompression As Boolean
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Boolean
doğru yedek sıkıştırılmış, Aksi takdirde, yanlış.