BackupInfo.ApplyCompression Property
Gets or sets property that indicates whether the backup will be compressed or not.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
Public Property ApplyCompression As Boolean
public bool ApplyCompression { get; set; }
public:
property bool ApplyCompression {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ApplyCompression ()
/** @property */
public void set_ApplyCompression (boolean value)
public function get ApplyCompression () : boolean
public function set ApplyCompression (value : boolean)
Valor de propiedad
true if the backup will be compressed; otherwise, false.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
BackupInfo Class
BackupInfo Members
Microsoft.AnalysisServices Namespace