Server.Restore Method (String, String, Boolean)

 

Applies To: SQL Server 2016 Preview

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

Syntax

public void Restore(
    string file,
    string databaseName,
    bool allowOverwrite
)
public:
void Restore(
    String^ file,
    String^ databaseName,
    bool allowOverwrite
)
member Restore : 
        file:string *
        databaseName:string *
        allowOverwrite:bool -> unit
Public Sub Restore (
    file As String,
    databaseName As String,
    allowOverwrite As Boolean
)

Parameters

See Also

Restore Overload
Server Class
Microsoft.AnalysisServices Namespace

Return to top