BackupInfo.BackupRemotePartitions Property

 

Applies To: SQL Server (starting with 2016)

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public bool BackupRemotePartitions { get; set; }
public:
property bool BackupRemotePartitions {
    bool get();
    void set(bool value);
}
member BackupRemotePartitions : bool with get, set
Public Property BackupRemotePartitions As Boolean

Property Value

Type: System.Boolean

true if remote partitions will be backed up; otherwise, false.

See Also

BackupInfo Class
Microsoft.AnalysisServices Namespace

Return to top