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.