BackupInfo.BackupRemotePartitions 屬性
Gets or sets property that indicates whether remote partitions will be backed up or not.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property BackupRemotePartitions As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
true if remote partitions will be backed up; otherwise, false.