Database.Backup Method (String, Boolean, Boolean, BackupLocation , Boolean, String)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public void Backup(
    string file,
    bool allowOverwrite,
    bool backupRemotePartitions,
    BackupLocation[] locations,
    bool applyCompression,
    string password
)
public:
void Backup(
    String^ file,
    bool allowOverwrite,
    bool backupRemotePartitions,
    array<BackupLocation^>^ locations,
    bool applyCompression,
    String^ password
)
member Backup : 
        file:string *
        allowOverwrite:bool *
        backupRemotePartitions:bool *
        locations:BackupLocation[] *
        applyCompression:bool *
        password:string -> unit
Public Sub Backup (
    file As String,
    allowOverwrite As Boolean,
    backupRemotePartitions As Boolean,
    locations As BackupLocation(),
    applyCompression As Boolean,
    password As String
)

Parameters

See Also

Backup Overload
Database Class
Microsoft.AnalysisServices Namespace

Return to top