Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets property that indicates whether the backup will be compressed or not.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ApplyCompression As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the backup will be compressed; otherwise, false.