Compartir a través de


BackupInfo.BackupRemotePartitions Propiedad

Gets or sets property that indicates whether remote partitions will be backed up or not.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property BackupRemotePartitions As Boolean 
    Get 
    Set
'Uso
Dim instance As BackupInfo 
Dim value As Boolean 

value = instance.BackupRemotePartitions

instance.BackupRemotePartitions = value
public bool BackupRemotePartitions { get; set; }
public:
property bool BackupRemotePartitions {
    bool get ();
    void set (bool value);
}
member BackupRemotePartitions : bool with get, set
function get BackupRemotePartitions () : boolean 
function set BackupRemotePartitions (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if remote partitions will be backed up; otherwise, false.

Vea también

Referencia

BackupInfo Clase

Espacio de nombres Microsoft.AnalysisServices