Condividi tramite


Proprietà BackupInfo.BackupRemotePartitions

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property BackupRemotePartitions As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

BackupInfo Classe

Spazio dei nomi Microsoft.AnalysisServices