RestoreInfo Constructor

 

Applies To: SQL Server (starting with 2016)

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

Overload List

Name Description
System_CAPS_pubmethod RestoreInfo()

Initializes a new instance of RestoreInfo using the default values.

System_CAPS_pubmethod RestoreInfo(String)

Initializes a new instance of RestoreInfo using file parameter.

System_CAPS_pubmethod RestoreInfo(String, String)

Initializes a new instance of RestoreInfo using a file and database name.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean)

Initializes a new instance of RestoreInfo using a file, database name, and overwrite indicator.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean, RestoreLocation[])

Initializes a new instance of RestoreInfo using a file, database name, overwrite indicator, and an array of restore locations.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity)

Initializes a new instance of RestoreInfo using a file, database name , overwrite indicator, an array of restore locations, and a security definition for the roles to be restored.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String)

Initializes a new instance of RestoreInfo using multiple parameters, including password.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String)

Initializes a new instance of RestoreInfo using multiple parameters, including password.

System_CAPS_pubmethod RestoreInfo(String, String, Boolean, RestoreLocation[], RestoreSecurity, String, String, ReadWriteMode)

Initializes a new instance of RestoreInfo using multiple parameters, including password and the read/write mode of the database.

See Also

RestoreInfo Class
Microsoft.AnalysisServices Namespace

Return to top