Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
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.