Partager via


Propriété BackupInfo.BackupRemotePartitions

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property BackupRemotePartitions As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

BackupInfo Classe

Espace de noms Microsoft.AnalysisServices