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

 

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

Parameters

See Also

Backup Overload
Database Class
Microsoft.AnalysisServices Namespace

Return to top